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

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

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

Methods in org.eclipse.ocl.examples.pivot that return Pseudostate
 Pseudostate PivotFactory.createPseudostate()
          Returns a new object of class 'Pseudostate'.
 

Methods in org.eclipse.ocl.examples.pivot that return types with arguments of type Pseudostate
 java.util.List<Pseudostate> State.getConnectionPoint()
          Returns the value of the 'Connection Point' containment reference list.
 java.util.List<Pseudostate> StateMachine.getConnectionPoint()
          Returns the value of the 'Connection Point' containment reference list.
 java.util.List<Pseudostate> ConnectionPointReference.getEntry()
          Returns the value of the 'Entry' reference list.
 java.util.List<Pseudostate> ConnectionPointReference.getExit()
          Returns the value of the 'Exit' reference list.
 

Uses of Pseudostate in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement Pseudostate
 class PseudostateImpl
          An implementation of the model object 'Pseudostate'.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl with type parameters of type Pseudostate
protected  org.eclipse.emf.common.util.EList<Pseudostate> StateImpl.connectionPoint
          The cached value of the 'Connection Point' containment reference list.
protected  org.eclipse.emf.common.util.EList<Pseudostate> StateMachineImpl.connectionPoint
          The cached value of the 'Connection Point' containment reference list.
protected  org.eclipse.emf.common.util.EList<Pseudostate> ConnectionPointReferenceImpl.entry
          The cached value of the 'Entry' reference list.
protected  org.eclipse.emf.common.util.EList<Pseudostate> ConnectionPointReferenceImpl.exit
          The cached value of the 'Exit' reference list.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return Pseudostate
 Pseudostate PivotFactoryImpl.createPseudostate()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return types with arguments of type Pseudostate
 java.util.List<Pseudostate> StateImpl.getConnectionPoint()
           
 java.util.List<Pseudostate> StateMachineImpl.getConnectionPoint()
           
 java.util.List<Pseudostate> ConnectionPointReferenceImpl.getEntry()
           
 java.util.List<Pseudostate> ConnectionPointReferenceImpl.getExit()
           
 

Uses of Pseudostate in org.eclipse.ocl.examples.pivot.uml
 

Methods in org.eclipse.ocl.examples.pivot.uml that return Pseudostate
 Pseudostate UML2PivotDeclarationSwitch.casePseudostate(org.eclipse.uml2.uml.Pseudostate umlPseudostate)
           
 

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

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