Uses of Interface
org.eclipse.emf.test.models.tree.Node

Packages that use Node
org.eclipse.emf.test.models.tree   
org.eclipse.emf.test.models.tree.impl   
org.eclipse.emf.test.models.tree.util   
 

Uses of Node in org.eclipse.emf.test.models.tree
 

Methods in org.eclipse.emf.test.models.tree that return Node
 Node TreeFactory.createNode()
          Returns a new object of class 'Node'
 Node Data.getNode()
          Returns the value of the 'Node' reference.
 Node Node.getParent()
          Returns the value of the 'Parent' container reference.
 

Methods in org.eclipse.emf.test.models.tree that return types with arguments of type Node
 EList<Node> Node.getChildren()
          Returns the value of the 'Children' containment reference list.
 EList<Node> Node.getRelatedNodes()
          Returns the value of the 'Related Nodes' reference list.
 

Methods in org.eclipse.emf.test.models.tree with parameters of type Node
 void Data.setNode(Node value)
          Sets the value of the 'Node' reference
 void Node.setParent(Node value)
          Sets the value of the 'Parent' container reference
 

Uses of Node in org.eclipse.emf.test.models.tree.impl
 

Classes in org.eclipse.emf.test.models.tree.impl that implement Node
 class NodeImpl
          An implementation of the model object 'Node'
 

Fields in org.eclipse.emf.test.models.tree.impl declared as Node
protected  Node DataImpl.node
          The cached value of the 'Node' reference
 

Fields in org.eclipse.emf.test.models.tree.impl with type parameters of type Node
protected  EList<Node> NodeImpl.children
          The cached value of the 'Children' containment reference list
protected  EList<Node> NodeImpl.relatedNodes
          The cached value of the 'Related Nodes' reference list
 

Methods in org.eclipse.emf.test.models.tree.impl that return Node
 Node DataImpl.basicGetNode()
           
 Node TreeFactoryImpl.createNode()
           
 Node DataImpl.getNode()
           
 Node NodeImpl.getParent()
           
 

Methods in org.eclipse.emf.test.models.tree.impl that return types with arguments of type Node
 EList<Node> NodeImpl.getChildren()
           
 EList<Node> NodeImpl.getRelatedNodes()
           
 

Methods in org.eclipse.emf.test.models.tree.impl with parameters of type Node
 NotificationChain DataImpl.basicSetNode(Node newNode, NotificationChain msgs)
           
 NotificationChain NodeImpl.basicSetParent(Node newParent, NotificationChain msgs)
           
 void DataImpl.setNode(Node newNode)
           
 void NodeImpl.setParent(Node newParent)
           
 

Uses of Node in org.eclipse.emf.test.models.tree.util
 

Methods in org.eclipse.emf.test.models.tree.util with parameters of type Node
 T TreeSwitch.caseNode(Node object)
          Returns the result of interpreting the object as an instance of 'Node'
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.