Uses of Interface
org.eclipse.uml2.uml.Node

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

Uses of Node in org.eclipse.uml2.uml
 

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

Methods in org.eclipse.uml2.uml that return Node
 Node UMLFactory.createNode()
          Returns a new object of class 'Node'
 Node Node.createNestedNode(String name, EClass eClass)
          Creates a new Node, with the specified 'Name', and appends it to the 'Nested Node' containment reference list
 Node Node.createNestedNode(String name)
          Creates a new Node, with the specified 'Name', and appends it to the 'Nested Node' containment reference list
 Node Node.getNestedNode(String name)
          Retrieves the first Node with the specified 'Name' from the 'Nested Node' containment reference list
 Node Node.getNestedNode(String name, boolean ignoreCase, EClass eClass, boolean createOnDemand)
          Retrieves the first Node with the specified 'Name' from the 'Nested Node' containment reference list
 

Uses of Node in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type Node
 boolean UMLValidator.validateNode(Node node, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateNode_validateInternalStructure(Node node, DiagnosticChain diagnostics, Map context)
          Validates the validateInternalStructure constraint of 'Node'
 Object UMLSwitch.caseNode(Node object)
          Returns the result of interpretting the object as an instance of 'Node'
 


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