LqnCore
Interface EntryActivityGraph

All Superinterfaces:
ActivityGraphBase
All Known Implementing Classes:
EntryActivityGraphImpl

public interface EntryActivityGraph
extends ActivityGraphBase

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

The following features are supported:

See Also:
LqnCorePackage.getEntryActivityGraph()

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

Method Detail

getReplyActivity

 getReplyActivity()
Returns the value of the 'Reply Activity' containment reference list. The list contents are of type ReplyActivityType.

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

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