public class ContextStatePathDescriptor
extends java.lang.Object
Constructor and Description |
---|
ContextStatePathDescriptor(java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> paths,
java.util.Map<java.lang.Integer,ContextPartitionDescriptor> contextPartitionInformation) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,ContextPartitionDescriptor> |
getContextPartitionInformation() |
java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> |
getPaths() |
public ContextStatePathDescriptor(java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> paths, java.util.Map<java.lang.Integer,ContextPartitionDescriptor> contextPartitionInformation)
public java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> getPaths()
public java.util.Map<java.lang.Integer,ContextPartitionDescriptor> getContextPartitionInformation()