Interface ActivityPhasesType

All Superinterfaces:
ActivityDefBase, EObject, Notifier
All Known Implementing Classes:
ActivityPhasesTypeImpl

public interface ActivityPhasesType extends ActivityDefBase
A representation of the model object ' Activity Phases Type'.

The following features are supported:

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

    • getCallList

      EList<CallListType> getCallList()
      Returns the value of the 'Call List' containment reference list. The list contents are of type CallListType.

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

      Returns:
      the value of the 'Call List' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='call-list' namespace='##targetNamespace'"
    • getGroup

      FeatureMap getGroup()
      Returns the value of the 'Group' attribute list. The list contents are of type FeatureMap.Entry.

      If the meaning of the 'Group' attribute list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Group' attribute list.
      See Also:
      Generated class or method.
      EMF model class or method.
      unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='group' name='group:9'"
    • getSynchCall

      EList<ActivityMakingCallType> getSynchCall()
      Returns the value of the 'Synch Call' containment reference list. The list contents are of type ActivityMakingCallType.

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

      Returns:
      the value of the 'Synch Call' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" transient="true" volatile="true" derived="true" extendedMetaData= "kind='element' name='synch-call' namespace='##targetNamespace' group='group:9'"
    • getAsynchCall

      EList<ActivityMakingCallType> getAsynchCall()
      Returns the value of the 'Asynch Call' containment reference list. The list contents are of type ActivityMakingCallType.

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

      Returns:
      the value of the 'Asynch Call' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" transient="true" volatile="true" derived="true" extendedMetaData= "kind='element' name='asynch-call' namespace='##targetNamespace' group='group:9'"
    • getPhase

      BigInteger getPhase()
      Returns the value of the 'Phase' attribute.

      If the meaning of the 'Phase' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Phase' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.palladiosimulator.solver.lqn.PhaseType" required="true" extendedMetaData="kind='attribute' name='phase' namespace='##targetNamespace'"
    • setPhase

      void setPhase(BigInteger value)
      Sets the value of the 'Phase' attribute.
      Parameters:
      value - the new value of the 'Phase' attribute.
      See Also:
      Generated class or method.