|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeM | |
|---|---|
| edu.mit.stellar.api.ecm | |
| Uses of NodeM in edu.mit.stellar.api.ecm |
|---|
| Methods in edu.mit.stellar.api.ecm that return NodeM | |
|---|---|
NodeM |
NodeManager.createChildNode(NodeM parentNode,
java.lang.String atPath)
Create a node as descendant of specified node at relative path. |
NodeM |
NodeManager.createNode(java.lang.String path)
Create a node at absolute path. |
NodeM |
NodeManager.getNodeM(Node node)
Return a modifiable implementation for the specified node. |
| Methods in edu.mit.stellar.api.ecm with parameters of type NodeM | |
|---|---|
NodeM |
NodeManager.createChildNode(NodeM parentNode,
java.lang.String atPath)
Create a node as descendant of specified node at relative path. |
void |
NodeManager.moveNode(Node node,
NodeM toParent)
Move node within hierarchy. |
void |
NodeManager.updateNode(NodeM node)
Persist the modified node. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||