Interface SoftThreshold

    • Method Detail

      • getSoftLimit

        javax.measure.Measure getSoftLimit()
        Returns the value of the 'Soft Limit' attribute.

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

        Returns:
        the value of the 'Soft Limit' attribute.
        See Also:
        setSoftLimit(Measure), ServicelevelObjectivePackage.getSoftThreshold_SoftLimit()
        Generated class or method.
        EMF model class or method.
        dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure"
      • setSoftLimit

        void setSoftLimit​(javax.measure.Measure value)
        Sets the value of the 'Soft Limit' attribute.
        Parameters:
        value - the new value of the 'Soft Limit' attribute.
        See Also:
        getSoftLimit()
        Generated class or method.