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
 boolean StateMachine.ancestor(Vertex s1, Vertex s2)
          The query ancestor(s1, s2) checks whether Vertex s2 is an ancestor of Vertex s1.
 Region StateMachine.LCA(Vertex s1, Vertex s2)
          The operation LCA(s1,s2) returns the Region that is the least common ancestor of Vertices s1 and s2, based on the StateMachine containment hierarchy.
 State StateMachine.LCAState(Vertex v1, Vertex v2)
          This utility funciton is like the LCA, except that it returns the nearest composite State that contains both input Vertices.
 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, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.