ujf.verimag.bip.Core.ActionLanguage.Actions.impl
Class CompositeActionImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.Core.Behaviors.impl.ActionImpl
          extended by ujf.verimag.bip.Core.ActionLanguage.Actions.impl.CompositeActionImpl
All Implemented Interfaces:
CompositeAction, Action

public class CompositeActionImpl
extends ActionImpl
implements CompositeAction

An implementation of the model object 'Composite Action'.

The following features are implemented:


Field Summary
protected   content
          The cached value of the 'Content' containment reference list.
 
Constructor Summary
protected CompositeActionImpl()
           
 
Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 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)
           
  getContent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected  content
The cached value of the 'Content' containment reference list.

See Also:
getContent()
Constructor Detail

CompositeActionImpl

protected CompositeActionImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class ActionImpl

getContent

public  getContent()

Specified by:
getContent in interface CompositeAction
Returns:
the value of the 'Content' containment reference list.
See Also:
ActionsPackage.getCompositeAction_Content()

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)