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

Packages that use StateMachine
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 StateMachine in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return StateMachine
 StateMachine PivotFactory.createStateMachine()
          Returns a new object of class 'State Machine'.
 StateMachine Pseudostate.getStateMachine()
          Returns the value of the 'State Machine' reference.
 StateMachine Region.getStateMachine()
          Returns the value of the 'State Machine' container reference.
 StateMachine State.getSubmachine()
          Returns the value of the 'Submachine' reference.
 

Methods in org.eclipse.ocl.examples.pivot that return types with arguments of type StateMachine
 java.util.List<StateMachine> StateMachine.getExtendedStateMachine()
          Returns the value of the 'Extended State Machine' reference list.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type StateMachine
 void Pseudostate.setStateMachine(StateMachine value)
          Sets the value of the 'State Machine' reference.
 void Region.setStateMachine(StateMachine value)
          Sets the value of the 'State Machine' container reference.
 void State.setSubmachine(StateMachine value)
          Sets the value of the 'Submachine' reference.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement StateMachine
 class StateMachineImpl
          An implementation of the model object 'State Machine'.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl declared as StateMachine
protected  StateMachine PseudostateImpl.stateMachine
          The cached value of the 'State Machine' reference.
protected  StateMachine StateImpl.submachine
          The cached value of the 'Submachine' reference.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl with type parameters of type StateMachine
protected  org.eclipse.emf.common.util.EList<StateMachine> StateMachineImpl.extendedStateMachine
          The cached value of the 'Extended State Machine' reference list.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return StateMachine
 StateMachine PseudostateImpl.basicGetStateMachine()
           
 StateMachine StateImpl.basicGetSubmachine()
           
 StateMachine PivotFactoryImpl.createStateMachine()
           
 StateMachine PseudostateImpl.getStateMachine()
           
 StateMachine RegionImpl.getStateMachine()
           
 StateMachine StateImpl.getSubmachine()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type StateMachine
 org.eclipse.emf.common.notify.NotificationChain RegionImpl.basicSetStateMachine(StateMachine newStateMachine, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain StateImpl.basicSetSubmachine(StateMachine newSubmachine, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void PseudostateImpl.setStateMachine(StateMachine newStateMachine)
           
 void RegionImpl.setStateMachine(StateMachine newStateMachine)
           
 void StateImpl.setSubmachine(StateMachine newSubmachine)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.uml that return StateMachine
 StateMachine UML2PivotDeclarationSwitch.caseStateMachine(org.eclipse.uml2.uml.StateMachine umlStateMachine)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type StateMachine
 T1 PivotSwitch.caseStateMachine(StateMachine object)
          Returns the result of interpreting the object as an instance of 'State Machine'.
 boolean PivotValidator.validateStateMachine(StateMachine stateMachine, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitStateMachine(StateMachine object)
           
 R AbstractExtendingVisitor.visitStateMachine(StateMachine object)
           
 R AbstractNullVisitor.visitStateMachine(StateMachine object)
           
 R AbstractWrappingVisitor.visitStateMachine(StateMachine object)
           
 R Visitor.visitStateMachine(StateMachine object)