Interface VariableCost

    • Method Detail

      • 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:
        setFixedInitialCost(double), costPackage.getVariableCost_FixedInitialCost()
        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:
        getFixedInitialCost()
        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:
        setFixedOperatingCost(double), costPackage.getVariableCost_FixedOperatingCost()
        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:
        getFixedOperatingCost()
        Generated class or method.