Uses of Interface
org.eclipse.uml2.Vertex

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

Uses of Vertex in org.eclipse.uml2
 

Subinterfaces of Vertex in org.eclipse.uml2
 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 that return Vertex
 Vertex Transition.getSource()
          Returns the value of the 'Source' reference.
 Vertex Transition.getTarget()
          Returns the value of the 'Target' reference.
 Vertex Region.getSubvertex(String unqualifiedName)
          Retrieves the Vertex with the specified name from the 'Subvertex' containment reference list
 Vertex Region.createSubvertex(EClass eClass)
          Creates a Vertex and appends it to the 'Subvertex' containment reference list
 

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

Uses of Vertex in org.eclipse.uml2.util
 

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


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