Class SimulatedMeasurement
java.lang.Object
org.palladiosimulator.simexp.core.entity.SimulatedMeasurement
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
double
getValue()
int
hashCode()
static SimulatedMeasurement
of
(double value, SimulatedMeasurementSpecification specification) void
setValue
(double value) toString()
static SimulatedMeasurement
with
(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
-