Class SimulatedMeasurement
java.lang.Object
org.palladiosimulator.simexp.core.entity.SimulatedMeasurement
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleandoublegetValue()inthashCode()static SimulatedMeasurementof(double value, SimulatedMeasurementSpecification specification) voidsetValue(double value) toString()static SimulatedMeasurementwith(SimulatedMeasurementSpecification specification)
-
Field Details
-
VALUE_TAG
- See Also:
-
SPEC_TAG
- See Also:
-
-
Method Details
-
of
public static SimulatedMeasurement of(double value, SimulatedMeasurementSpecification specification) -
with
-
setValue
public void setValue(double value) -
getValue
public double getValue() -
getSpecification
-
equals
-
hashCode
public int hashCode() -
toString
-