Uses of Interface
edu.mit.stellar.api.ecm.NodeM

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.
 



Copyright © 2007-2008 MIT IS&T ISDA. All Rights Reserved.