Package bpsim

Interface PriorityParameters

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    PriorityParametersImpl

    public interface PriorityParameters
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'Priority Parameters'.

    The following features are supported:

    See Also:
    BpsimPackage.getPriorityParameters()
    Generated code
    Model
    extendedMetaData="name='PriorityParameters' kind='elementOnly'"
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Parameter getInterruptible()
      Returns the value of the 'Interruptible' containment reference.
      Parameter getPriority()
      Returns the value of the 'Priority' containment reference.
      void setInterruptible​(Parameter value)
      Sets the value of the 'Interruptible' containment reference.
      void setPriority​(Parameter value)
      Sets the value of the 'Priority' containment reference.
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getInterruptible

        Parameter getInterruptible()
        Returns the value of the 'Interruptible' containment reference.

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

        Returns:
        the value of the 'Interruptible' containment reference.
        See Also:
        setInterruptible(Parameter), BpsimPackage.getPriorityParameters_Interruptible()
        Generated code
        Model
        containment="true" extendedMetaData="kind='element' name='Interruptible' namespace='##targetNamespace'"
      • setInterruptible

        void setInterruptible​(Parameter value)
        Sets the value of the 'Interruptible' containment reference.
        Parameters:
        value - the new value of the 'Interruptible' containment reference.
        See Also:
        getInterruptible()
        Generated code
      • getPriority

        Parameter getPriority()
        Returns the value of the 'Priority' containment reference.

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

        Returns:
        the value of the 'Priority' containment reference.
        See Also:
        setPriority(Parameter), BpsimPackage.getPriorityParameters_Priority()
        Generated code
        Model
        containment="true" extendedMetaData="kind='element' name='Priority' namespace='##targetNamespace'"
      • setPriority

        void setPriority​(Parameter value)
        Sets the value of the 'Priority' containment reference.
        Parameters:
        value - the new value of the 'Priority' containment reference.
        See Also:
        getPriority()
        Generated code