Class PropositionResult
java.lang.Object
org.kuali.rice.krms.framework.engine.PropositionResult
PropositionResults are returned by
Proposition's evaluate method.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPropositionResult(boolean result) Create a PropositionResult with the given resultPropositionResult(boolean result, Map<String, ?> executionDetails) Create a PropositionResult with the given values -
Method Summary
Modifier and TypeMethodDescriptionReturns the executionDetailsbooleanReturns the result.
-
Constructor Details
-
PropositionResult
public PropositionResult(boolean result) Create a PropositionResult with the given result- Parameters:
result- to set the result to
-
PropositionResult
Create a PropositionResult with the given values- Parameters:
result- to set the result toexecutionDetails- to set executionDetails to
-
-
Method Details
-
getResult
public boolean getResult()Returns the result.- Returns:
- the result
-
getExecutionDetails
Returns the executionDetails- Returns:
- the executionDetails
-