Interface VariableLinkingResourceCost

    • Method Detail

      • getBandwithInitialFactor

        double getBandwithInitialFactor()
        Returns the value of the 'Bandwith Initial Factor' attribute.

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

        Returns:
        the value of the 'Bandwith Initial Factor' attribute.
        See Also:
        setBandwithInitialFactor(double), costPackage.getVariableLinkingResourceCost_BandwithInitialFactor()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setBandwithInitialFactor

        void setBandwithInitialFactor​(double value)
        Sets the value of the ' Bandwith Initial Factor' attribute.
        Parameters:
        value - the new value of the 'Bandwith Initial Factor' attribute.
        See Also:
        getBandwithInitialFactor()
        Generated class or method.
      • getBandwidthOperatingFactor

        double getBandwidthOperatingFactor()
        Returns the value of the 'Bandwidth Operating Factor' attribute.

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

        Returns:
        the value of the 'Bandwidth Operating Factor' attribute.
        See Also:
        setBandwidthOperatingFactor(double), costPackage.getVariableLinkingResourceCost_BandwidthOperatingFactor()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setBandwidthOperatingFactor

        void setBandwidthOperatingFactor​(double value)
        Sets the value of the ' Bandwidth Operating Factor' attribute.
        Parameters:
        value - the new value of the 'Bandwidth Operating Factor' attribute.
        See Also:
        getBandwidthOperatingFactor()
        Generated class or method.