|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnetkit.graph.TokenSet
netkit.graph.ExpandableTokenSet
public class ExpandableTokenSet
This class keeps track of valid tokens for a CATEGORICAL attribute type. This container is mutable in the sense that you can add more tokens at any time. However existing tokens cannot be changed or removed.
AttributeExpandableCategorical| Field Summary |
|---|
| Fields inherited from class netkit.graph.TokenSet |
|---|
tokenList, tokenMap |
| Constructor Summary | |
|---|---|
ExpandableTokenSet()
|
|
| Method Summary | |
|---|---|
void |
add(java.lang.String token)
Adds the supplied token to this set; duplicates are not allowed. |
| Methods inherited from class netkit.graph.TokenSet |
|---|
contains, getToken, getTokens, getValue, size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpandableTokenSet()
| Method Detail |
|---|
public final void add(java.lang.String token)
TokenSet
add in class TokenSettoken - a String token to add to this container.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||