Interface Threshold

    • Method Detail

      • getThresholdLimit

        javax.measure.Measure<?,​?> getThresholdLimit()
        Returns the value of the 'Threshold Limit' attribute.

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

        Returns:
        the value of the 'Threshold Limit' attribute.
        See Also:
        setThresholdLimit(Measure), ServicelevelObjectivePackage.getThreshold_ThresholdLimit()
        Generated class or method.
        EMF model class or method.
        dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure<?, ?>"
      • setThresholdLimit

        void setThresholdLimit​(javax.measure.Measure<?,​?> value)
        Sets the value of the 'Threshold Limit' attribute.
        Parameters:
        value - the new value of the 'Threshold Limit' attribute.
        See Also:
        getThresholdLimit()
        Generated class or method.