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 SummaryConstructors
- 
Method SummaryModifier 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- 
getValueReturns 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
 
- 
getSourceReturns the constraint source file that added the value for this decision.- Returns:
- the constraint source file that added the value for this decision.
 
- 
getDecisionPathReturns 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.
 
- 
getDescisionPathStringReturns 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.
 
 
-