Interface ActivityGraphBase

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

public interface ActivityGraphBase extends EObject
A representation of the model object 'Activity Graph Base '.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
extendedMetaData="name='ActivityGraphBase' kind='elementOnly'"
  • Method Details

    • getActivity

      EList<ActivityDefType> 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:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true" extendedMetaData="kind='element' name='activity' namespace='##targetNamespace'"
    • getPrecedence

      EList<PrecedenceType> 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:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='precedence' namespace='##targetNamespace'"