Uses of Interface
org.eclipse.uml2.Node

Packages that use Node
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of Node in org.eclipse.uml2
 

Subinterfaces of Node in org.eclipse.uml2
 interface Device
           A representation of the model object 'Device'
 interface ExecutionEnvironment
           A representation of the model object 'Execution Environment'
 

Methods in org.eclipse.uml2 that return Node
 Node UML2Factory.createNode()
          Returns a new object of class 'Node'
 Node Node.getNestedNode(String unqualifiedName)
          Retrieves the Node with the specified name from the 'Nested Node' containment reference list
 Node Node.createNestedNode(EClass eClass)
          Creates a Node and appends it to the 'Nested Node' containment reference list
 

Uses of Node in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Node
 boolean UML2Validator.validateNode(Node node, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseNode(Node object)
          Returns the result of interpretting the object as an instance of 'Node'
 


Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.