public class PropositionResult extends Object
Proposition's evaluate method.evaluate| Constructor and Description |
|---|
PropositionResult(boolean result)
Create a PropositionResult with the given result
|
PropositionResult(boolean result,
Map<String,?> executionDetails)
Create a PropositionResult with the given values
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,?> |
getExecutionDetails()
Returns the executionDetails
|
boolean |
getResult()
Returns the result.
|
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 topublic boolean getResult()
public Map<String,?> getExecutionDetails()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.