Uses of Interface
org.eclipse.ocl.examples.pivot.Vertex

Packages that use Vertex
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.util   
 

Uses of Vertex in org.eclipse.ocl.examples.pivot
 

Subinterfaces of Vertex in org.eclipse.ocl.examples.pivot
 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.ocl.examples.pivot that return Vertex
 Vertex Transition.getSource()
          Returns the value of the 'Source' reference.
 Vertex Transition.getTarget()
          Returns the value of the 'Target' reference.
 

Methods in org.eclipse.ocl.examples.pivot that return types with arguments of type Vertex
 java.util.List<Vertex> Region.getSubvertex()
          Returns the value of the 'Subvertex' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot 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.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement Vertex
 class ConnectionPointReferenceImpl
          An implementation of the model object 'Connection Point Reference'.
 class FinalStateImpl
          An implementation of the model object 'Final State'.
 class PseudostateImpl
          An implementation of the model object 'Pseudostate'.
 class StateImpl
          An implementation of the model object 'State'.
 class VertexImpl
          An implementation of the model object 'Vertex'.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl declared as Vertex
protected  Vertex TransitionImpl.source
          The cached value of the 'Source' reference.
protected  Vertex TransitionImpl.target
          The cached value of the 'Target' reference.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl with type parameters of type Vertex
protected  org.eclipse.emf.common.util.EList<Vertex> RegionImpl.subvertex
          The cached value of the 'Subvertex' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return Vertex
 Vertex TransitionImpl.basicGetSource()
           
 Vertex TransitionImpl.basicGetTarget()
           
 Vertex TransitionImpl.getSource()
           
 Vertex TransitionImpl.getTarget()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return types with arguments of type Vertex
 java.util.List<Vertex> RegionImpl.getSubvertex()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type Vertex
 org.eclipse.emf.common.notify.NotificationChain TransitionImpl.basicSetSource(Vertex newSource, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain TransitionImpl.basicSetTarget(Vertex newTarget, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void TransitionImpl.setSource(Vertex newSource)
           
 void TransitionImpl.setTarget(Vertex newTarget)
           
 

Uses of Vertex in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type Vertex
 T1 PivotSwitch.caseVertex(Vertex object)
          Returns the result of interpreting the object as an instance of 'Vertex'.
 boolean PivotValidator.validateVertex(Vertex vertex, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitVertex(Vertex object)
           
 R AbstractExtendingVisitor.visitVertex(Vertex object)
           
 R AbstractNullVisitor.visitVertex(Vertex object)
           
 R AbstractWrappingVisitor.visitVertex(Vertex object)
           
 R Visitor.visitVertex(Vertex object)