LqnCore.impl
Class EntryActivityGraphImpl

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

public class EntryActivityGraphImpl
extends ActivityGraphBaseImpl
implements EntryActivityGraph

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

The following features are implemented:


Field Summary
protected   replyActivity
          The cached value of the 'Reply Activity' containment reference list.
 
Fields inherited from class LqnCore.impl.ActivityGraphBaseImpl
activity, precedence
 
Constructor Summary
protected EntryActivityGraphImpl()
           
 
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)
           
  getReplyActivity()
           
 
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

replyActivity

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

See Also:
getReplyActivity()
Constructor Detail

EntryActivityGraphImpl

protected EntryActivityGraphImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class ActivityGraphBaseImpl

getReplyActivity

public  getReplyActivity()

Specified by:
getReplyActivity in interface EntryActivityGraph
Returns:
the value of the 'Reply Activity' containment reference list.
See Also:
LqnCorePackage.getEntryActivityGraph_ReplyActivity()

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