Class PropositionResult

java.lang.Object
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:
  • Constructor Details

    • 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 Details

    • getResult

      public boolean getResult()
      Returns the result.
      Returns:
      the result
    • getExecutionDetails

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