public class ContextControllerState
extends java.lang.Object
Constructor and Description |
---|
ContextControllerState(java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> states,
boolean imported,
ContextPartitionImportCallback partitionImportCallback) |
Modifier and Type | Method and Description |
---|---|
ContextPartitionImportCallback |
getPartitionImportCallback() |
java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> |
getStates() |
boolean |
isImported() |
public ContextControllerState(java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> states, boolean imported, ContextPartitionImportCallback partitionImportCallback)
public java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> getStates()
public boolean isImported()
public ContextPartitionImportCallback getPartitionImportCallback()