Uses of Class
neqsim.process.advisory.PredictionResult.PredictedValue
Packages that use PredictionResult.PredictedValue
-
Uses of PredictionResult.PredictedValue in neqsim.process.advisory
Fields in neqsim.process.advisory with type parameters of type PredictionResult.PredictedValueModifier and TypeFieldDescriptionprivate final Map<String, PredictionResult.PredictedValue> PredictionResult.predictedValuesMethods in neqsim.process.advisory that return PredictionResult.PredictedValueModifier and TypeMethodDescriptionPredictionResult.PredictedValue.deterministic(double value, String unit) Creates a deterministic predicted value (no uncertainty).Gets a predicted value by variable name.Methods in neqsim.process.advisory that return types with arguments of type PredictionResult.PredictedValueMethods in neqsim.process.advisory with parameters of type PredictionResult.PredictedValueModifier and TypeMethodDescriptionvoidPredictionResult.addPredictedValue(String variableName, PredictionResult.PredictedValue value) Adds a predicted value to the result.