LqnCore
Interface ActivityGraphBase

All Known Subinterfaces:
EntryActivityGraph, TaskActivityGraph
All Known Implementing Classes:
ActivityGraphBaseImpl, EntryActivityGraphImpl, TaskActivityGraphImpl

public interface ActivityGraphBase

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

The following features are supported:

See Also:
LqnCorePackage.getActivityGraphBase()

Method Summary
  getActivity()
          Returns the value of the 'Activity' containment reference list.
  getPrecedence()
          Returns the value of the 'Precedence' containment reference list.
 

Method Detail

getActivity

 getActivity()
Returns the value of the 'Activity' containment reference list. The list contents are of type ActivityDefType.

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

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

getPrecedence

 getPrecedence()
Returns the value of the 'Precedence' containment reference list. The list contents are of type PrecedenceType.

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

Returns:
the value of the 'Precedence' containment reference list.
See Also:
LqnCorePackage.getActivityGraphBase_Precedence()