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

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

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

Subinterfaces of Behavior in org.eclipse.ocl.examples.pivot
 interface StateMachine
          A representation of the model object 'State Machine'.
 

Methods in org.eclipse.ocl.examples.pivot that return Behavior
 Behavior State.getDoActivity()
          Returns the value of the 'Do Activity' containment reference.
 Behavior Transition.getEffect()
          Returns the value of the 'Effect' containment reference.
 Behavior State.getEntry()
          Returns the value of the 'Entry' containment reference.
 Behavior State.getExit()
          Returns the value of the 'Exit' containment reference.
 

Methods in org.eclipse.ocl.examples.pivot that return types with arguments of type Behavior
 java.util.List<Behavior> Class.getOwnedBehavior()
          Returns the value of the 'Owned Behavior' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type Behavior
 void State.setDoActivity(Behavior value)
          Sets the value of the 'Do Activity' containment reference.
 void Transition.setEffect(Behavior value)
          Sets the value of the 'Effect' containment reference.
 void State.setEntry(Behavior value)
          Sets the value of the 'Entry' containment reference.
 void State.setExit(Behavior value)
          Sets the value of the 'Exit' containment reference.
 

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

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

Fields in org.eclipse.ocl.examples.pivot.internal.impl declared as Behavior
protected  Behavior StateImpl.doActivity
          The cached value of the 'Do Activity' containment reference.
protected  Behavior TransitionImpl.effect
          The cached value of the 'Effect' containment reference.
protected  Behavior StateImpl.entry
          The cached value of the 'Entry' containment reference.
protected  Behavior StateImpl.exit
          The cached value of the 'Exit' containment reference.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl with type parameters of type Behavior
protected  org.eclipse.emf.common.util.EList<Behavior> ClassImpl.ownedBehavior
          The cached value of the 'Owned Behavior' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return Behavior
 Behavior StateImpl.getDoActivity()
           
 Behavior TransitionImpl.getEffect()
           
 Behavior StateImpl.getEntry()
           
 Behavior StateImpl.getExit()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type Behavior
 org.eclipse.emf.common.notify.NotificationChain StateImpl.basicSetDoActivity(Behavior newDoActivity, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain TransitionImpl.basicSetEffect(Behavior newEffect, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain StateImpl.basicSetEntry(Behavior newEntry, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain StateImpl.basicSetExit(Behavior newExit, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void StateImpl.setDoActivity(Behavior newDoActivity)
           
 void TransitionImpl.setEffect(Behavior newEffect)
           
 void StateImpl.setEntry(Behavior newEntry)
           
 void StateImpl.setExit(Behavior newExit)
           
 

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

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