Class PhysicsConstraintValidator.ConstraintViolation
java.lang.Object
neqsim.process.ml.surrogate.PhysicsConstraintValidator.ConstraintViolation
- All Implemented Interfaces:
Serializable
- Enclosing class:
PhysicsConstraintValidator
public static class PhysicsConstraintValidator.ConstraintViolation
extends Object
implements Serializable
Details of a constraint violation.
- Version:
- 1.0
- Author:
- ESOL
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstraintViolation(String constraintName, String variable, double value, String message) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
constraintName
-
variable
-
value
private final double value -
message
-
-
Constructor Details
-
ConstraintViolation
-
-
Method Details
-
getConstraintName
-
getVariable
-
getValue
public double getValue() -
getMessage
-
toString
-