Interface EntryType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
EntryTypeImpl

public interface EntryType extends EObject
A representation of the model object 'Entry Type'.

The following features are supported:

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

    • getResultEntry

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

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

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

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

      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'"
    • getForwarding

      EList<EntryMakingCallType> getForwarding()
      Returns the value of the 'Forwarding' containment reference list. The list contents are of type EntryMakingCallType.

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

      Returns:
      the value of the 'Forwarding' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='forwarding' namespace='##targetNamespace'"
    • getEntryActivityGraph

      EntryActivityGraph getEntryActivityGraph()
      Returns the value of the 'Entry Activity Graph' containment reference.

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

      Returns:
      the value of the 'Entry Activity Graph' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='entry-activity-graph' namespace='##targetNamespace'"
    • setEntryActivityGraph

      void setEntryActivityGraph(EntryActivityGraph value)
      Sets the value of the 'Entry Activity Graph' containment reference.
      Parameters:
      value - the new value of the 'Entry Activity Graph' containment reference.
      See Also:
      Generated class or method.
    • getEntryPhaseActivities

      PhaseActivities getEntryPhaseActivities()
      Returns the value of the 'Entry Phase Activities' containment reference.

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

      Returns:
      the value of the 'Entry Phase Activities' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData= "kind='element' name='entry-phase-activities' namespace='##targetNamespace'"
    • setEntryPhaseActivities

      void setEntryPhaseActivities(PhaseActivities value)
      Sets the value of the 'Entry Phase Activities' containment reference.
      Parameters:
      value - the new value of the 'Entry Phase Activities' containment reference.
      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.
    • getOpenArrivalRate

      Object getOpenArrivalRate()
      Returns the value of the 'Open Arrival Rate' attribute.

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

      Returns:
      the value of the 'Open Arrival Rate' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.palladiosimulator.solver.lqn.SrvnFloat" extendedMetaData="kind='attribute' name='open-arrival-rate' namespace='##targetNamespace'"
    • setOpenArrivalRate

      void setOpenArrivalRate(Object value)
      Sets the value of the 'Open Arrival Rate' attribute.
      Parameters:
      value - the new value of the 'Open Arrival Rate' attribute.
      See Also:
      Generated class or method.
    • getPriority

      int getPriority()
      Returns the value of the 'Priority' attribute.

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

      Returns:
      the value of the 'Priority' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Int" extendedMetaData="kind='attribute' name='priority' namespace='##targetNamespace'"
    • setPriority

      void setPriority(int value)
      Sets the value of the 'Priority' attribute.
      Parameters:
      value - the new value of the 'Priority' attribute.
      See Also:
      Generated class or method.
    • unsetPriority

      void unsetPriority()
      Unsets the value of the 'Priority' attribute.
      See Also:
      Generated class or method.
    • isSetPriority

      boolean isSetPriority()
      Returns whether the value of the 'Priority' attribute is set.
      Returns:
      whether the value of the 'Priority' attribute is set.
      See Also:
      Generated class or method.
    • getRwlock

      RWLockType getRwlock()
      Returns the value of the 'Rwlock' attribute. The literals are from the enumeration RWLockType.

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

      Returns:
      the value of the 'Rwlock' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      unsettable="true" extendedMetaData="kind='attribute' name='rwlock' namespace='##targetNamespace'"
    • setRwlock

      void setRwlock(RWLockType value)
      Sets the value of the 'Rwlock' attribute.
      Parameters:
      value - the new value of the 'Rwlock' attribute.
      See Also:
      Generated class or method.
    • unsetRwlock

      void unsetRwlock()
      Unsets the value of the 'Rwlock' attribute.
      See Also:
      Generated class or method.
    • isSetRwlock

      boolean isSetRwlock()
      Returns whether the value of the 'Rwlock' attribute is set.
      Returns:
      whether the value of the 'Rwlock' attribute is set.
      See Also:
      Generated class or method.
    • getSemaphore

      SemaphoreType getSemaphore()
      Returns the value of the 'Semaphore' attribute. The literals are from the enumeration SemaphoreType.

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

      Returns:
      the value of the 'Semaphore' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      unsettable="true" extendedMetaData="kind='attribute' name='semaphore' namespace='##targetNamespace'"
    • setSemaphore

      void setSemaphore(SemaphoreType value)
      Sets the value of the 'Semaphore' attribute.
      Parameters:
      value - the new value of the 'Semaphore' attribute.
      See Also:
      Generated class or method.
    • unsetSemaphore

      void unsetSemaphore()
      Unsets the value of the 'Semaphore' attribute.
      See Also:
      Generated class or method.
    • isSetSemaphore

      boolean isSetSemaphore()
      Returns whether the value of the 'Semaphore' attribute is set.
      Returns:
      whether the value of the 'Semaphore' attribute is set.
      See Also:
      Generated class or method.
    • getType

      TypeType getType()
      Returns the value of the 'Type' attribute. The literals are from the enumeration TypeType.

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

      Returns:
      the value of the 'Type' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      unsettable="true" required="true" extendedMetaData="kind='attribute' name='type' namespace='##targetNamespace'"
    • setType

      void setType(TypeType value)
      Sets the value of the 'Type' attribute.
      Parameters:
      value - the new value of the 'Type' attribute.
      See Also:
      Generated class or method.
    • unsetType

      void unsetType()
      Unsets the value of the 'Type' attribute.
      See Also:
      Generated class or method.
    • isSetType

      boolean isSetType()
      Returns whether the value of the 'Type' attribute is set.
      Returns:
      whether the value of the 'Type' attribute is set.
      See Also:
      Generated class or method.