|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krms.framework.engine.PropositionResult
public class PropositionResult
PropositionResults are returned by Proposition
's evaluate method.
evaluate
Constructor Summary | |
---|---|
PropositionResult(boolean result)
Create a PropositionResult with the given result |
|
PropositionResult(boolean result,
Map<String,?> executionDetails)
Create a PropositionResult with the given values |
Method Summary | |
---|---|
Map<String,?> |
getExecutionDetails()
Returns the executionDetails |
boolean |
getResult()
Returns the result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropositionResult(boolean result)
result
- to set the result topublic PropositionResult(boolean result, Map<String,?> executionDetails)
result
- to set the result toexecutionDetails
- to set executionDetails toMethod Detail |
---|
public boolean getResult()
public Map<String,?> getExecutionDetails()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |