Arch4J 1.1

org.arch4j.clientcontroller
Interface ContextView

All Known Implementing Classes:
ContextImpl

public interface ContextView

Specifies the state machine client's view of the context data.

Version:
1.0
Author:
David Colwell

Method Summary
 Map getAllValues()
          Retrieves all key-value pairs from this context set, assuming that this context is the root.
 Object getSingleValue(String aKey)
          Retrieves the single value keyed by aKey.
 

Method Detail

getAllValues

public Map getAllValues()
Retrieves all key-value pairs from this context set, assuming that this context is the root.


getSingleValue

public Object getSingleValue(String aKey)
Retrieves the single value keyed by aKey.


Arch4J 1.1

Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.