Uses of Enum Class
neqsim.process.advisory.PredictionResult.ConstraintViolation.Severity
Packages that use PredictionResult.ConstraintViolation.Severity
-
Uses of PredictionResult.ConstraintViolation.Severity in neqsim.process.advisory
Subclasses with type arguments of type PredictionResult.ConstraintViolation.Severity in neqsim.process.advisoryModifier and TypeClassDescriptionstatic enumSeverity levels for violations.Fields in neqsim.process.advisory declared as PredictionResult.ConstraintViolation.SeverityModifier and TypeFieldDescriptionprivate final PredictionResult.ConstraintViolation.SeverityPredictionResult.ConstraintViolation.severityMethods in neqsim.process.advisory that return PredictionResult.ConstraintViolation.SeverityModifier and TypeMethodDescriptionPredictionResult.ConstraintViolation.getSeverity()Returns the enum constant of this class with the specified name.PredictionResult.ConstraintViolation.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in neqsim.process.advisory with parameters of type PredictionResult.ConstraintViolation.SeverityModifierConstructorDescriptionConstraintViolation(String constraintName, String variableName, double predictedValue, double limitValue, String unit, Duration timeToViolation, PredictionResult.ConstraintViolation.Severity severity) Creates a constraint violation prediction.