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

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

Uses of Vertex in org.eclipse.uml2.uml
 

Subinterfaces of Vertex in org.eclipse.uml2.uml
 interface ConnectionPointReference
           A representation of the model object 'Connection Point Reference'
 interface FinalState
           A representation of the model object 'Final State'
 interface Pseudostate
           A representation of the model object 'Pseudostate'
 interface State
           A representation of the model object 'State'
 

Methods in org.eclipse.uml2.uml that return Vertex
 Vertex Transition.getTarget()
          Returns the value of the 'Target' reference.
 Vertex Transition.getSource()
          Returns the value of the 'Source' reference.
 Vertex Region.createSubvertex(String name, EClass eClass)
          Creates a new Vertex, with the specified 'Name', and appends it to the 'Subvertex' containment reference list
 Vertex Region.getSubvertex(String name)
          Retrieves the first Vertex with the specified 'Name' from the 'Subvertex' containment reference list
 Vertex Region.getSubvertex(String name, boolean ignoreCase, EClass eClass, boolean createOnDemand)
          Retrieves the first Vertex with the specified 'Name' from the 'Subvertex' containment reference list
 

Methods in org.eclipse.uml2.uml with parameters of type Vertex
 void Transition.setTarget(Vertex value)
          Sets the value of the 'Target' reference
 void Transition.setSource(Vertex value)
          Sets the value of the 'Source' reference
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type Vertex
 boolean UMLValidator.validateVertex(Vertex vertex, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseVertex(Vertex object)
          Returns the result of interpretting the object as an instance of 'Vertex'
 


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