Class PrimitiveInputData<T>
java.lang.Object
org.palladiosimulator.dependability.ml.model.InputData
org.palladiosimulator.dependability.ml.model.PrimitiveInputData<T>
-
Method Summary
Modifier and TypeMethodDescriptionstatic PrimitiveInputData<String>
categoricalValue
(String value) getValue()
static PrimitiveInputData<Number>
numericalValue
(Number value) Methods inherited from class org.palladiosimulator.dependability.ml.model.InputData
getKeys, getValueOf
-
Method Details
-
numericalValue
-
categoricalValue
-
getValue
-