LqnCore.impl
Class ActivityGraphBaseImpl

java.lang.Object
  extended by EObjectImpl
      extended by LqnCore.impl.ActivityGraphBaseImpl
All Implemented Interfaces:
ActivityGraphBase
Direct Known Subclasses:
EntryActivityGraphImpl, TaskActivityGraphImpl

public class ActivityGraphBaseImpl
extends EObjectImpl
implements ActivityGraphBase

An implementation of the model object 'Activity Graph Base'.

The following features are implemented:


Field Summary
protected   activity
          The cached value of the 'Activity' containment reference list.
protected   precedence
          The cached value of the 'Precedence' containment reference list.
 
Constructor Summary
protected ActivityGraphBaseImpl()
           
 
Method Summary
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
  getActivity()
           
  getPrecedence()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activity

protected  activity
The cached value of the 'Activity' containment reference list.

See Also:
getActivity()

precedence

protected  precedence
The cached value of the 'Precedence' containment reference list.

See Also:
getPrecedence()
Constructor Detail

ActivityGraphBaseImpl

protected ActivityGraphBaseImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getActivity

public  getActivity()

Specified by:
getActivity in interface ActivityGraphBase
Returns:
the value of the 'Activity' containment reference list.
See Also:
LqnCorePackage.getActivityGraphBase_Activity()

getPrecedence

public  getPrecedence()

Specified by:
getPrecedence in interface ActivityGraphBase
Returns:
the value of the 'Precedence' containment reference list.
See Also:
LqnCorePackage.getActivityGraphBase_Precedence()

eInverseRemove

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


eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)


eSet

public void eSet(int featureID,
                 Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)