Class Summary |
AbstractAttributeMetaInfo |
This abstract class is used to persist certain information across
an entire Graph related to a particular Attribute. |
Attribute |
This is the abstract parent of all Attribute classes. |
AttributeCategorical |
This class handles attributes that are of type CATEGORICAL. |
AttributeCategoricalMetaInfo |
This class is used to persist certain information across an entire
graph related to a particular AttributeCategorical. |
AttributeContinuous |
This class handles attributes that are of type CONTINUOUS. |
AttributeDiscrete |
This class handles attributes that are of type DISCRETE. |
AttributeExpandableCategorical |
This class handles attributes that are of type CATEGORICAL. |
AttributeFixedCategorical |
This class handles attributes that are of type CATEGORICAL. |
AttributeIgnore |
This class handles attributes that are of type IGNORE. |
AttributeKey |
This class handles attributes that are of type KEY. |
AttributeMetaInfo |
This class is used to persist certain information across an entire
graph related to a particular Attribute. |
Attributes |
This class is a container for Attribute classes. |
Edge |
The Edge class represents an edge in the Graph object. |
EdgeType |
This class represents an edge type for the Edge class. |
ExpandableTokenSet |
This class keeps track of valid tokens for a CATEGORICAL attribute
type. |
FixedTokenSet |
This class keeps track of valid tokens for a CATEGORICAL attribute
type. |
Graph |
This class represents the relational network in memory. |
Node |
This class represents a node in the Graph object. |
TokenSet |
This abstract class is the parent of the token set hierarchy. |