Interface VariableCost

All Superinterfaces:
Cost, EObject, Notifier
All Known Subinterfaces:
VariableLinkingResourceCost, VariableProcessingResourceCost
All Known Implementing Classes:
VariableCostImpl, VariableLinkingResourceCostImpl, VariableProcessingResourceCostImpl

public interface VariableCost extends Cost
A representation of the model object 'Variable Cost'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getFixedInitialCost

      double getFixedInitialCost()
      Returns the value of the 'Fixed Initial Cost' attribute.

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

      Returns:
      the value of the 'Fixed Initial Cost' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setFixedInitialCost

      void setFixedInitialCost(double value)
      Sets the value of the 'Fixed Initial Cost' attribute.
      Parameters:
      value - the new value of the 'Fixed Initial Cost' attribute.
      See Also:
      Generated class or method.
    • getFixedOperatingCost

      double getFixedOperatingCost()
      Returns the value of the 'Fixed Operating Cost' attribute.

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

      Returns:
      the value of the 'Fixed Operating Cost' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setFixedOperatingCost

      void setFixedOperatingCost(double value)
      Sets the value of the 'Fixed Operating Cost' attribute.
      Parameters:
      value - the new value of the 'Fixed Operating Cost' attribute.
      See Also:
      Generated class or method.