Uses of Class
netkit.graph.TokenSet

Packages that use TokenSet
netkit.graph   
 

Uses of TokenSet in netkit.graph
 

Subclasses of TokenSet in netkit.graph
 class ExpandableTokenSet
          This class keeps track of valid tokens for a CATEGORICAL attribute type.
 class FixedTokenSet
          This class keeps track of valid tokens for a CATEGORICAL attribute type.
 

Fields in netkit.graph declared as TokenSet
protected  TokenSet AttributeCategorical.tokenSet
           
 

Constructors in netkit.graph with parameters of type TokenSet
AttributeCategorical(java.lang.String name, TokenSet tokenSet)
          The constructor must be provided the name of this attribute and the set of valid categorical token values.