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

Packages that use State
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.manager   
org.eclipse.ocl.examples.pivot.uml   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.cs2as   
 

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

Subinterfaces of State in org.eclipse.ocl.examples.pivot
 interface FinalState
          A representation of the model object 'Final State'.
 

Methods in org.eclipse.ocl.examples.pivot that return State
 State PivotFactory.createState()
          Returns a new object of class 'State'.
 State Constraint.getOwningState()
          Returns the value of the 'Owning State' container reference.
 State State.getRedefinedState()
          Returns the value of the 'Redefined State' reference.
 State StateExp.getReferredState()
          Returns the value of the 'Referred State' reference.
 State ConnectionPointReference.getState()
          Returns the value of the 'State' container reference.
 State Pseudostate.getState()
          Returns the value of the 'State' container reference.
 State Region.getState()
          Returns the value of the 'State' container reference.
 State Trigger.getState()
          Returns the value of the 'State' container reference.
 

Methods in org.eclipse.ocl.examples.pivot that return types with arguments of type State
 java.util.List<State> Environment.getStates(Type owner, java.util.List<java.lang.String> pathPrefix)
          Retrieves a list of all possible states of the specified owner whose paths are prefixed by the specified partial name.
 java.util.List<State> StateMachine.getSubmachineState()
          Returns the value of the 'Submachine State' reference list.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type State
 void Constraint.setOwningState(State value)
          Sets the value of the 'Owning State' container reference.
 void State.setRedefinedState(State value)
          Sets the value of the 'Redefined State' reference.
 void StateExp.setReferredState(State value)
          Sets the value of the 'Referred State' reference.
 void ConnectionPointReference.setState(State value)
          Sets the value of the 'State' container reference.
 void Pseudostate.setState(State value)
          Sets the value of the 'State' container reference.
 void Region.setState(State value)
          Sets the value of the 'State' container reference.
 void Trigger.setState(State value)
          Sets the value of the 'State' container reference.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement State
 class FinalStateImpl
          An implementation of the model object 'Final State'.
 class StateImpl
          An implementation of the model object 'State'.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl declared as State
protected  State StateImpl.redefinedState
          The cached value of the 'Redefined State' reference.
protected  State StateExpImpl.referredState
          The cached value of the 'Referred State' reference.
 

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

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return State
 State StateImpl.basicGetRedefinedState()
           
 State StateExpImpl.basicGetReferredState()
           
 State PivotFactoryImpl.createState()
           
 State ConstraintImpl.getOwningState()
           
 State StateImpl.getRedefinedState()
           
 State StateExpImpl.getReferredState()
           
 State ConnectionPointReferenceImpl.getState()
           
 State PseudostateImpl.getState()
           
 State RegionImpl.getState()
           
 State TriggerImpl.getState()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type State
 org.eclipse.emf.common.notify.NotificationChain ConstraintImpl.basicSetOwningState(State newOwningState, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ConnectionPointReferenceImpl.basicSetState(State newState, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain PseudostateImpl.basicSetState(State newState, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain RegionImpl.basicSetState(State newState, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain TriggerImpl.basicSetState(State newState, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ConstraintImpl.setOwningState(State newOwningState)
           
 void StateImpl.setRedefinedState(State newRedefinedState)
           
 void StateExpImpl.setReferredState(State newReferredState)
           
 void ConnectionPointReferenceImpl.setState(State newState)
           
 void PseudostateImpl.setState(State newState)
           
 void RegionImpl.setState(State newState)
           
 void TriggerImpl.setState(State newState)
           
 

Uses of State in org.eclipse.ocl.examples.pivot.manager
 

Fields in org.eclipse.ocl.examples.pivot.manager with type parameters of type State
static java.util.List<State> MetaModelManager.EMPTY_STATE_LIST
           
 

Methods in org.eclipse.ocl.examples.pivot.manager that return types with arguments of type State
 java.lang.Iterable<? extends State> AbstractTypeServer.getAllStates()
           
 java.lang.Iterable<? extends State> TypeServer.getAllStates()
           
 java.lang.Iterable<? extends State> AbstractTypeServer.getAllStates(java.lang.String name)
           
 java.lang.Iterable<? extends State> TypeServer.getAllStates(java.lang.String name)
           
protected  java.util.Map<java.lang.String,State> AbstractTypeServer.initStates()
           
 

Method parameters in org.eclipse.ocl.examples.pivot.manager with type arguments of type State
protected  void AbstractTypeServer.initStatesForRegions(java.util.Map<java.lang.String,State> name2states, java.util.List<Region> regions)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.uml that return State
 State UML2PivotDeclarationSwitch.caseState(org.eclipse.uml2.uml.State umlState)
           
 State UML2PivotUseSwitch.caseState(org.eclipse.uml2.uml.State umlState)
           
 

Methods in org.eclipse.ocl.examples.pivot.uml with parameters of type State
protected  void UML2PivotDeclarationSwitch.copyState(State pivotElement, org.eclipse.uml2.uml.State umlState)
           
 

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

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

Uses of State in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities that return types with arguments of type State
 java.util.List<State> PivotEnvironment.getStates(Type owner, java.util.List<java.lang.String> pathPrefix)
          Obtains the states matching the specified path prefix in the owner type by trying the PivotEnvironment.collectStates(org.eclipse.ocl.examples.pivot.Type, java.util.List, java.util.List) method on it and, recursively, its supertypes to find all matches.
 

Method parameters in org.eclipse.ocl.examples.pivot.utilities with type arguments of type State
protected  void PivotEnvironment.collectStates(Type owner, java.util.List<java.lang.String> pathPrefix, java.util.List<State> states)
          Implemented by subclasses to find all states in the specified owner type that match the given path name prefix and add them to the accumulator list.
 

Uses of State in org.eclipse.ocl.examples.xtext.essentialocl.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type State
protected  StateExp EssentialOCLCSLeft2RightVisitor.resolveStateExp(ExpCS csExp, State state)