org.kuali.rice.krms.framework.engine
Class PropositionResult

java.lang.Object
  extended by org.kuali.rice.krms.framework.engine.PropositionResult

public class PropositionResult
extends Object

PropositionResults are returned by Proposition's evaluate method.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
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

PropositionResult

public PropositionResult(boolean result)
Create a PropositionResult with the given result

Parameters:
result - to set the result to

PropositionResult

public PropositionResult(boolean result,
                         Map<String,?> executionDetails)
Create a PropositionResult with the given values

Parameters:
result - to set the result to
executionDetails - to set executionDetails to
Method Detail

getResult

public boolean getResult()
Returns the result.

Returns:
the result

getExecutionDetails

public Map<String,?> getExecutionDetails()
Returns the executionDetails

Returns:
the executionDetails


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.