public class ContextPartitionVisitorState extends Object implements ContextPartitionVisitor
Constructor and Description |
---|
ContextPartitionVisitorState() |
Modifier and Type | Method and Description |
---|---|
Map<Integer,ContextPartitionDescriptor> |
getContextPartitionInfo() |
TreeMap<ContextStatePathKey,ContextStatePathValue> |
getStates() |
void |
visit(int nestingLevel,
int pathId,
ContextStatePathValueBinding binding,
Object payload,
ContextController contextController,
ContextControllerInstanceHandle instanceHandle) |
public void visit(int nestingLevel, int pathId, ContextStatePathValueBinding binding, Object payload, ContextController contextController, ContextControllerInstanceHandle instanceHandle)
visit
in interface ContextPartitionVisitor
public TreeMap<ContextStatePathKey,ContextStatePathValue> getStates()
public Map<Integer,ContextPartitionDescriptor> getContextPartitionInfo()