ujf.verimag.bip.Core.Behaviors.impl
Class TransitionAlternativeImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.Core.Behaviors.impl.TransitionAlternativeImpl
All Implemented Interfaces:
TransitionAlternative

public class TransitionAlternativeImpl
extends EObjectImpl
implements TransitionAlternative

An implementation of the model object 'Transition Alternative'.

The following features are implemented:


Field Summary
protected  Expression condition
          The cached value of the 'Condition' containment reference.
protected   state
          The cached value of the 'State' reference list.
 
Constructor Summary
protected TransitionAlternativeImpl()
           
 
Method Summary
 NotificationChain basicSetCondition(Expression newCondition, NotificationChain msgs)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 Expression getCondition()
           
  getState()
           
 void setCondition(Expression newCondition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

condition

protected Expression condition
The cached value of the 'Condition' containment reference.

See Also:
getCondition()

state

protected  state
The cached value of the 'State' reference list.

See Also:
getState()
Constructor Detail

TransitionAlternativeImpl

protected TransitionAlternativeImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getCondition

public Expression getCondition()

Specified by:
getCondition in interface TransitionAlternative
Returns:
the value of the 'Condition' containment reference.
See Also:
TransitionAlternative.setCondition(Expression), BehaviorsPackage.getTransitionAlternative_Condition()

basicSetCondition

public NotificationChain basicSetCondition(Expression newCondition,
                                           NotificationChain msgs)


setCondition

public void setCondition(Expression newCondition)

Specified by:
setCondition in interface TransitionAlternative
Parameters:
newCondition - the new value of the 'Condition' containment reference.
See Also:
TransitionAlternative.getCondition()

getState

public  getState()

Specified by:
getState in interface TransitionAlternative
Returns:
the value of the 'State' reference list.
See Also:
BehaviorsPackage.getTransitionAlternative_State(), State.getAlternativeIncoming()

eInverseAdd

public NotificationChain eInverseAdd(InternalEObject otherEnd,
                                     int featureID,
                                     NotificationChain msgs)


eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)


eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)


eSet

public void eSet(int featureID,
                 java.lang.Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)