Uses of Package
netkit.graph

Packages that use netkit.graph
netkit   
netkit.classifiers   
netkit.classifiers.active   
netkit.classifiers.active.graphfunctions   
netkit.classifiers.aggregators   
netkit.classifiers.io   
netkit.classifiers.nonrelational   
netkit.classifiers.relational   
netkit.graph   
netkit.graph.edgecreator   
netkit.graph.io   
netkit.inference   
netkit.util   
 

Classes in netkit.graph used by netkit
Edge
          The Edge class represents an edge in the Graph object.
EdgeType
          This class represents an edge type for the Edge class.
Graph
          This class represents the relational network in memory.
 

Classes in netkit.graph used by netkit.classifiers
AttributeCategorical
          This class handles attributes that are of type CATEGORICAL.
Graph
          This class represents the relational network in memory.
Node
          This class represents a node in the Graph object.
NodeFilter
          A filter for Nodes.
 

Classes in netkit.graph used by netkit.classifiers.active
Node
          This class represents a node in the Graph object.
 

Classes in netkit.graph used by netkit.classifiers.active.graphfunctions
Node
          This class represents a node in the Graph object.
 

Classes in netkit.graph used by netkit.classifiers.aggregators
Attribute
          This is the abstract parent of all Attribute classes.
EdgeType
          This class represents an edge type for the Edge class.
Graph
          This class represents the relational network in memory.
Node
          This class represents a node in the Graph object.
Type
          The enumeration of possible values of Attributes
 

Classes in netkit.graph used by netkit.classifiers.io
AttributeCategorical
          This class handles attributes that are of type CATEGORICAL.
Graph
          This class represents the relational network in memory.
Node
          This class represents a node in the Graph object.
 

Classes in netkit.graph used by netkit.classifiers.nonrelational
Graph
          This class represents the relational network in memory.
Node
          This class represents a node in the Graph object.
 

Classes in netkit.graph used by netkit.classifiers.relational
Graph
          This class represents the relational network in memory.
Node
          This class represents a node in the Graph object.
 

Classes in netkit.graph used by netkit.graph
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.
AttributeExpandableCategorical
          This class handles attributes that are of type CATEGORICAL.
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.
NodeFilter
          A filter for Nodes.
TokenSet
          This abstract class is the parent of the token set hierarchy.
Type
          The enumeration of possible values of Attributes
 

Classes in netkit.graph used by netkit.graph.edgecreator
Attribute
          This is the abstract parent of all Attribute classes.
Edge
          The Edge class represents an edge in the Graph object.
EdgeType
          This class represents an edge type for the Edge class.
Graph
          This class represents the relational network in memory.
Node
          This class represents a node in the Graph object.
 

Classes in netkit.graph used by netkit.graph.io
Edge
          The Edge class represents an edge in the Graph object.
EdgeType
          This class represents an edge type for the Edge class.
Graph
          This class represents the relational network in memory.
Node
          This class represents a node in the Graph object.
 

Classes in netkit.graph used by netkit.inference
Graph
          This class represents the relational network in memory.
Node
          This class represents a node in the Graph object.
 

Classes in netkit.graph used by netkit.util
Attribute
          This is the abstract parent of all Attribute classes.
AttributeCategorical
          This class handles attributes that are of type CATEGORICAL.
AttributeDiscrete
          This class handles attributes that are of type DISCRETE.
Edge
          The Edge class represents an edge in the Graph object.
EdgeType
          This class represents an edge type for the Edge class.
Graph
          This class represents the relational network in memory.
Node
          This class represents a node in the Graph object.