Package generic.constraint
Class Decision
java.lang.Object
generic.constraint.Decision
Result object from getting values that match the constraints for given test object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of strings where each string is a description of the constraint that passed to reach this decision.Returns a string that is a description of the constraints that passed to reach this decision.Returns the constraint source file that added the value for this decision.getValue()
Returns the value of the property for which this decision matched the constraints
-
Constructor Details
-
Decision
-
-
Method Details
-
getValue
Returns the value of the property for which this decision matched the constraints- Returns:
- the value of the property for which this decision matched the constraints
-
getSource
Returns the constraint source file that added the value for this decision.- Returns:
- the constraint source file that added the value for this decision.
-
getDecisionPath
Returns a list of strings where each string is a description of the constraint that passed to reach this decision.- Returns:
- a list of strings where each string is a description of the constraint that passed to reach this decision.
-
getDescisionPathString
Returns a string that is a description of the constraints that passed to reach this decision.- Returns:
- a string that is a description of the constraints that passed to reach this decision.
-