Interface AndJoinListType

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

public interface AndJoinListType extends EObject
A representation of the model object 'And Join List Type '.

The following features are supported:

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

    • getResultJoinDelay

      EList<OutputResultJoinDelayType> getResultJoinDelay()
      Returns the value of the 'Result Join Delay' containment reference list. The list contents are of type OutputResultJoinDelayType.

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

      Returns:
      the value of the 'Result Join Delay' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='result-join-delay' namespace='##targetNamespace'"
    • 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'"
    • getActivity

      EList<ActivityType> getActivity()
      Returns the value of the 'Activity' containment reference list. The list contents are of type ActivityType.

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

      BigInteger getQuorum()
      Returns the value of the 'Quorum' attribute. The default value is "0".

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

      Returns:
      the value of the 'Quorum' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="0" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.NonNegativeInteger" extendedMetaData="kind='attribute' name='quorum' namespace='##targetNamespace'"
    • setQuorum

      void setQuorum(BigInteger value)
      Sets the value of the 'Quorum' attribute.
      Parameters:
      value - the new value of the 'Quorum' attribute.
      See Also:
      Generated class or method.
    • unsetQuorum

      void unsetQuorum()
      Unsets the value of the 'Quorum' attribute.
      See Also:
      Generated class or method.
    • isSetQuorum

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