Package bpsim

Interface ResourceParameters

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

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

    The following features are supported:

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Parameter getAvailability()
      Returns the value of the 'Availability' containment reference.
      Parameter getQuantity()
      Returns the value of the 'Quantity' containment reference.
      org.eclipse.emf.common.util.EList<Parameter> getRole()
      Returns the value of the 'Role' containment reference list.
      Parameter getSelection()
      Returns the value of the 'Selection' containment reference.
      void setAvailability​(Parameter value)
      Sets the value of the 'Availability' containment reference.
      void setQuantity​(Parameter value)
      Sets the value of the 'Quantity' containment reference.
      void setSelection​(Parameter value)
      Sets the value of the 'Selection' 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

      • getSelection

        Parameter getSelection()
        Returns the value of the 'Selection' containment reference.

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

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

        void setSelection​(Parameter value)
        Sets the value of the 'Selection' containment reference.
        Parameters:
        value - the new value of the 'Selection' containment reference.
        See Also:
        getSelection()
        Generated code
      • getAvailability

        Parameter getAvailability()
        Returns the value of the 'Availability' containment reference.

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

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

        void setAvailability​(Parameter value)
        Sets the value of the 'Availability' containment reference.
        Parameters:
        value - the new value of the 'Availability' containment reference.
        See Also:
        getAvailability()
        Generated code
      • getQuantity

        Parameter getQuantity()
        Returns the value of the 'Quantity' containment reference.

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

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

        void setQuantity​(Parameter value)
        Sets the value of the 'Quantity' containment reference.
        Parameters:
        value - the new value of the 'Quantity' containment reference.
        See Also:
        getQuantity()
        Generated code
      • getRole

        org.eclipse.emf.common.util.EList<Parameter> getRole()
        Returns the value of the 'Role' containment reference list. The list contents are of type Parameter.

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

        Returns:
        the value of the 'Role' containment reference list.
        See Also:
        BpsimPackage.getResourceParameters_Role()
        Generated code
        Model
        containment="true" extendedMetaData="kind='element' name='Role' namespace='##targetNamespace'"