LqnCore
Interface TaskActivityGraph

All Superinterfaces:
ActivityGraphBase
All Known Implementing Classes:
TaskActivityGraphImpl

public interface TaskActivityGraph
extends ActivityGraphBase

A representation of the model object 'Task Activity Graph'.

The following features are supported:

See Also:
LqnCorePackage.getTaskActivityGraph()

Method Summary
  getReplyEntry()
          Returns the value of the 'Reply Entry' containment reference list.
 
Methods inherited from interface LqnCore.ActivityGraphBase
getActivity, getPrecedence
 

Method Detail

getReplyEntry

 getReplyEntry()
Returns the value of the 'Reply Entry' containment reference list. The list contents are of type ReplyEntryType.

If the meaning of the 'Reply Entry' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Reply Entry' containment reference list.
See Also:
LqnCorePackage.getTaskActivityGraph_ReplyEntry()