|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Allows configuration of the data structures the
DataManager supports.
| Method Summary | |
void |
addNode(Node node)
Configures a new node |
Node |
getNode(java.lang.String key)
Returns the node configured for the given key |
java.util.Set |
getNodeKeys()
|
boolean |
hasNode(java.lang.String key)
Tests whether a node has been configured |
Node |
removeNode(java.lang.String key)
Removes a node and all nodes that depend on it |
| Method Detail |
public boolean hasNode(java.lang.String key)
key - the key of the node
public Node getNode(java.lang.String key)
key - the key of the node
java.lang.IllegalArgumentException - if the given key is unknownpublic Node removeNode(java.lang.String key)
key - the key of the node to remove
java.lang.IllegalArgumentException - if the given key is unknownpublic void addNode(Node node)
node - the node that should be added
java.lang.IllegalArgumentException - if a node with the key is already knownpublic java.util.Set getNodeKeys()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||