LqnCore.impl
Class TaskActivityGraphImpl

java.lang.Object
  extended by EObjectImpl
      extended by LqnCore.impl.ActivityGraphBaseImpl
          extended by LqnCore.impl.TaskActivityGraphImpl
All Implemented Interfaces:
ActivityGraphBase, TaskActivityGraph

public class TaskActivityGraphImpl
extends ActivityGraphBaseImpl
implements TaskActivityGraph

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

The following features are implemented:


Field Summary
protected   replyEntry
          The cached value of the 'Reply Entry' containment reference list.
 
Fields inherited from class LqnCore.impl.ActivityGraphBaseImpl
activity, precedence
 
Constructor Summary
protected TaskActivityGraphImpl()
           
 
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)
           
  getReplyEntry()
           
 
Methods inherited from class LqnCore.impl.ActivityGraphBaseImpl
getActivity, getPrecedence
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface LqnCore.ActivityGraphBase
getActivity, getPrecedence
 

Field Detail

replyEntry

protected  replyEntry
The cached value of the 'Reply Entry' containment reference list.

See Also:
getReplyEntry()
Constructor Detail

TaskActivityGraphImpl

protected TaskActivityGraphImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class ActivityGraphBaseImpl

getReplyEntry

public  getReplyEntry()

Specified by:
getReplyEntry in interface TaskActivityGraph
Returns:
the value of the 'Reply Entry' containment reference list.
See Also:
LqnCorePackage.getTaskActivityGraph_ReplyEntry()

eInverseRemove

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

Overrides:
eInverseRemove in class ActivityGraphBaseImpl

eGet

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

Overrides:
eGet in class ActivityGraphBaseImpl

eSet

public void eSet(int featureID,
                 Object newValue)

Overrides:
eSet in class ActivityGraphBaseImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class ActivityGraphBaseImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class ActivityGraphBaseImpl