Package bpsim

Interface CostParameters

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

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

    The following features are supported:

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Parameter getFixedCost()
      Returns the value of the 'Fixed Cost' containment reference.
      Parameter getUnitCost()
      Returns the value of the 'Unit Cost' containment reference.
      void setFixedCost​(Parameter value)
      Sets the value of the 'Fixed Cost' containment reference.
      void setUnitCost​(Parameter value)
      Sets the value of the 'Unit Cost' 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

      • getFixedCost

        Parameter getFixedCost()
        Returns the value of the 'Fixed Cost' containment reference.

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

        Returns:
        the value of the 'Fixed Cost' containment reference.
        See Also:
        setFixedCost(Parameter), BpsimPackage.getCostParameters_FixedCost()
        Generated code
        Model
        containment="true" extendedMetaData="kind='element' name='FixedCost' namespace='##targetNamespace'"
      • setFixedCost

        void setFixedCost​(Parameter value)
        Sets the value of the 'Fixed Cost' containment reference.
        Parameters:
        value - the new value of the 'Fixed Cost' containment reference.
        See Also:
        getFixedCost()
        Generated code
      • getUnitCost

        Parameter getUnitCost()
        Returns the value of the 'Unit Cost' containment reference.

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

        Returns:
        the value of the 'Unit Cost' containment reference.
        See Also:
        setUnitCost(Parameter), BpsimPackage.getCostParameters_UnitCost()
        Generated code
        Model
        containment="true" extendedMetaData="kind='element' name='UnitCost' namespace='##targetNamespace'"
      • setUnitCost

        void setUnitCost​(Parameter value)
        Sets the value of the 'Unit Cost' containment reference.
        Parameters:
        value - the new value of the 'Unit Cost' containment reference.
        See Also:
        getUnitCost()
        Generated code