Interface VariableLinkingResourceCost

All Superinterfaces:
Cost, EObject, LinkingResourceCost, Notifier, VariableCost
All Known Implementing Classes:
VariableLinkingResourceCostImpl

public interface VariableLinkingResourceCost extends VariableCost, LinkingResourceCost
A representation of the model object ' Variable Linking Resource Cost'. see VariableProcessingResourceCost, this one works analogously.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • 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:
      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:
      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:
      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:
      Generated class or method.