Uses of Interface
testmodel1.TreeNode

Packages that use TreeNode
testmodel1   
testmodel1.impl   
testmodel1.util   
 

Uses of TreeNode in testmodel1
 

Subinterfaces of TreeNode in testmodel1
 interface EmptyNode
          A representation of the model object 'Empty Node'
 interface EmptyRefNode
          A representation of the model object 'Empty Ref Node'
 interface ExtendedNode
          A representation of the model object 'Extended Node'
 

Methods in testmodel1 that return TreeNode
 TreeNode TestModel1Factory.createTreeNode()
          Returns a new object of class 'Tree Node'
 TreeNode TreeNode.getParent()
          Returns the value of the 'Parent' container reference.
 

Methods in testmodel1 with parameters of type TreeNode
 void TreeNode.setParent(TreeNode value)
          Sets the value of the 'Parent' container reference
 

Uses of TreeNode in testmodel1.impl
 

Classes in testmodel1.impl that implement TreeNode
 class EmptyNodeImpl
          An implementation of the model object 'Empty Node'
 class EmptyRefNodeImpl
          An implementation of the model object 'Empty Ref Node'
 class ExtendedNodeImpl
          An implementation of the model object 'Extended Node'
 class TreeNodeImpl
          An implementation of the model object 'Tree Node'
 

Methods in testmodel1.impl that return TreeNode
 TreeNode TestModel1FactoryImpl.createTreeNode()
           
 TreeNode TreeNodeImpl.getParent()
           
 

Methods in testmodel1.impl with parameters of type TreeNode
 org.eclipse.emf.common.notify.NotificationChain TreeNodeImpl.basicSetParent(TreeNode newParent, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void TreeNodeImpl.setParent(TreeNode newParent)
           
 

Uses of TreeNode in testmodel1.util
 

Methods in testmodel1.util with parameters of type TreeNode
 java.lang.Object TestModel1Switch.caseTreeNode(TreeNode object)
          Returns the result of interpretting the object as an instance of 'Tree Node'
 


Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.