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 Region.createSubvertex(java.lang.String name, org.eclipse.emf.ecore.EClass eClass)
          Creates a new Vertex, with the specified 'Name', and appends it to the 'Subvertex' containment reference list
 Vertex Transition.getSource()
          Returns the value of the 'Source' reference
 Vertex Region.getSubvertex(java.lang.String name)
          Retrieves the first Vertex with the specified 'Name' from the 'Subvertex' containment reference list
 Vertex Region.getSubvertex(java.lang.String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass, boolean createOnDemand)
          Retrieves the first Vertex with the specified 'Name' from the 'Subvertex' containment reference list
 Vertex Transition.getTarget()
          Returns the value of the 'Target' reference
 

Methods in org.eclipse.uml2.uml that return types with arguments of type Vertex
 org.eclipse.emf.common.util.EList<Vertex> Region.getSubvertices()
          Returns the value of the 'Subvertex' containment reference list.
 

Methods in org.eclipse.uml2.uml 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.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type Vertex
 T UMLSwitch.caseVertex(Vertex object)
          Returns the result of interpreting the object as an instance of 'Vertex'
 boolean UMLValidator.validateVertex(Vertex vertex, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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