Class PropertyMeasure
java.lang.Object
org.palladiosimulator.dependability.ml.sensitivity.transformation.PropertyMeasure
- Direct Known Subclasses:
ImageBrightness
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfindMeasurablePropertyWith
(tools.mdsd.probdist.api.entity.CategoricalValue value) generateFromRaw
(tools.mdsd.probdist.api.entity.CategoricalValue value) Generates a property from a raw value, i.e.abstract String
getId()
abstract String
getName()
abstract Boolean
isApplicableTo
(InputData inputData)
-
Constructor Details
-
PropertyMeasure
public PropertyMeasure()
-
-
Method Details
-
generateFromRaw
protected PropertyMeasure.MeasurableSensitivityProperty generateFromRaw(tools.mdsd.probdist.api.entity.CategoricalValue value) Generates a property from a raw value, i.e. not enriched by the property measure id.- Parameters:
value
- corresponds to the raw value- Returns:
- the measurable property containing the enriched value.
-
findMeasurablePropertyWith
public Optional<PropertyMeasure.MeasurableSensitivityProperty> findMeasurablePropertyWith(tools.mdsd.probdist.api.entity.CategoricalValue value) -
apply
-
isApplicableTo
-
getMeasurablePropertySpace
-
getId
-
getName
-