Interface ActivityDefBase

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
ActivityDefType, ActivityPhasesType, EntryActivityDefType
All Known Implementing Classes:
ActivityDefBaseImpl, ActivityDefTypeImpl, ActivityPhasesTypeImpl, EntryActivityDefTypeImpl

public interface ActivityDefBase extends EObject
A representation of the model object 'Activity Def Base'.

The following features are supported:

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

    • getServiceTimeDistribution

      EList<OutputDistributionType> getServiceTimeDistribution()
      Returns the value of the 'Service Time Distribution' containment reference list. The list contents are of type OutputDistributionType.

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

      Returns:
      the value of the 'Service Time Distribution' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='service-time-distribution' namespace='##targetNamespace'"
    • getResultActivity

      EList<OutputResultType> getResultActivity()
      Returns the value of the 'Result Activity' containment reference list. The list contents are of type OutputResultType.

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

      Returns:
      the value of the 'Result Activity' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='result-activity' namespace='##targetNamespace'"
    • getCallOrder

      CallOrderType getCallOrder()
      Returns the value of the 'Call Order' attribute. The default value is "STOCHASTIC". The literals are from the enumeration CallOrderType.

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

      Returns:
      the value of the 'Call Order' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="STOCHASTIC" unsettable="true" extendedMetaData="kind='attribute' name='call-order' namespace='##targetNamespace'"
    • setCallOrder

      void setCallOrder(CallOrderType value)
      Sets the value of the 'Call Order' attribute.
      Parameters:
      value - the new value of the 'Call Order' attribute.
      See Also:
      Generated class or method.
    • unsetCallOrder

      void unsetCallOrder()
      Unsets the value of the 'Call Order' attribute.
      See Also:
      Generated class or method.
    • isSetCallOrder

      boolean isSetCallOrder()
      Returns whether the value of the 'Call Order' attribute is set.
      Returns:
      whether the value of the 'Call Order' attribute is set.
      See Also:
      Generated class or method.
    • getHostDemandCvsq

      Object getHostDemandCvsq()
      Returns the value of the 'Host Demand Cvsq' attribute.

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

      Returns:
      the value of the 'Host Demand Cvsq' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.palladiosimulator.solver.lqn.SrvnFloat" extendedMetaData="kind='attribute' name='host-demand-cvsq' namespace='##targetNamespace'"
    • setHostDemandCvsq

      void setHostDemandCvsq(Object value)
      Sets the value of the 'Host Demand Cvsq' attribute.
      Parameters:
      value - the new value of the 'Host Demand Cvsq' attribute.
      See Also:
      Generated class or method.
    • getHostDemandMean

      Object getHostDemandMean()
      Returns the value of the 'Host Demand Mean' attribute.

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

      Returns:
      the value of the 'Host Demand Mean' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.palladiosimulator.solver.lqn.SrvnFloat" required="true" extendedMetaData="kind='attribute' name='host-demand-mean' namespace='##targetNamespace'"
    • setHostDemandMean

      void setHostDemandMean(Object value)
      Sets the value of the 'Host Demand Mean' attribute.
      Parameters:
      value - the new value of the 'Host Demand Mean' attribute.
      See Also:
      Generated class or method.
    • getMaxServiceTime

      Object getMaxServiceTime()
      Returns the value of the 'Max Service Time' attribute.

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

      Returns:
      the value of the 'Max Service Time' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.palladiosimulator.solver.lqn.SrvnFloat" extendedMetaData="kind='attribute' name='max-service-time' namespace='##targetNamespace'"
    • setMaxServiceTime

      void setMaxServiceTime(Object value)
      Sets the value of the 'Max Service Time' attribute.
      Parameters:
      value - the new value of the 'Max Service Time' attribute.
      See Also:
      Generated class or method.
    • getName

      String getName()
      Returns the value of the 'Name' attribute.

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

      Returns:
      the value of the 'Name' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='name' namespace='##targetNamespace'"
    • setName

      void setName(String value)
      Sets the value of the 'Name' attribute.
      Parameters:
      value - the new value of the 'Name' attribute.
      See Also:
      Generated class or method.
    • getThinkTime

      Object getThinkTime()
      Returns the value of the 'Think Time' attribute.

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

      Returns:
      the value of the 'Think Time' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.palladiosimulator.solver.lqn.SrvnFloat" extendedMetaData="kind='attribute' name='think-time' namespace='##targetNamespace'"
    • setThinkTime

      void setThinkTime(Object value)
      Sets the value of the 'Think Time' attribute.
      Parameters:
      value - the new value of the 'Think Time' attribute.
      See Also:
      Generated class or method.