Uses of Interface
org.metaabm.Node

Packages that use Node
org.metaabm   
 

Uses of Node in org.metaabm
 

Methods in org.metaabm that return Node
 Node Node.getParent()
          Returns the value of the 'Parent' container reference.
 

Methods in org.metaabm that return types with arguments of type Node
 org.eclipse.emf.common.util.EList<Node> Node.getChildren()
          Returns the value of the 'Children' containment reference list.
 org.eclipse.emf.common.util.EList<Node> Node.getSource()
          Returns the value of the 'Source' reference list.
 org.eclipse.emf.common.util.EList<Node> Node.getTarget()
          Returns the value of the 'Target' reference list.
 

Methods in org.metaabm with parameters of type Node
 void Node.setParent(Node value)
          Sets the value of the 'Parent ' container reference.