Interface ConsumptionBehavior

    • Method Detail

      • getPowerCurve

        tools.descartes.dlim.Sequence getPowerCurve()
        Returns the value of the 'Power Curve' containment reference.

        If the meaning of the 'Power Curve' reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Power Curve' containment reference.
        See Also:
        setPowerCurve(Sequence), BindingPackage.getConsumptionBehavior_PowerCurve()
        Generated class or method.
        EMF model class or method.
        containment="true" required="true"
      • setPowerCurve

        void setPowerCurve​(tools.descartes.dlim.Sequence value)
        Sets the value of the 'Power Curve' containment reference.
        Parameters:
        value - the new value of the 'Power Curve' containment reference.
        See Also:
        getPowerCurve()
        Generated class or method.
      • getUnit

        javax.measure.unit.Unit<javax.measure.quantity.Power> getUnit()
        Returns the value of the 'Unit' attribute.

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

        Returns:
        the value of the 'Unit' attribute.
        See Also:
        setUnit(Unit), BindingPackage.getConsumptionBehavior_Unit()
        Generated class or method.
        EMF model class or method.
        dataType="org.palladiosimulator.metricspec.EJSUnit" required="true"
      • setUnit

        void setUnit​(javax.measure.unit.Unit<javax.measure.quantity.Power> value)
        Sets the value of the 'Unit' attribute.
        Parameters:
        value - the new value of the 'Unit' attribute.
        See Also:
        getUnit()
        Generated class or method.