org.camunda.bpm.dmn.engine
Interface DmnDecisionTableResult

All Known Implementing Classes:
DmnDecisionTableResultImpl

public interface DmnDecisionTableResult

The result of a decision table with its inputs and outputs.


Method Summary
 String getCollectResultName()
           
 Number getCollectResultValue()
           
 long getExecutedDecisionElements()
           
 Map<String,DmnDecisionTableValue> getInputs()
           
 List<DmnDecisionTableRule> getMatchingRules()
           
 

Method Detail

getInputs

Map<String,DmnDecisionTableValue> getInputs()
Returns:
the inputs on which the decision table was evaluated

getMatchingRules

List<DmnDecisionTableRule> getMatchingRules()
Returns:
the matching rules of the decision table evaluation

getCollectResultName

String getCollectResultName()
Returns:
the result name of the collect operation if the HitPolicy.COLLECT was used with an aggregator otherwise null

getCollectResultValue

Number getCollectResultValue()
Returns:
the result value of the collect operation if the HitPolicy.COLLECT was used with an aggregator otherwise null

getExecutedDecisionElements

long getExecutedDecisionElements()
Returns:
the number of executed decision elements during the evaluation


Copyright © 2015 camunda services GmbH. All rights reserved.