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