org.camunda.bpm.dmn.engine.impl
Class DmnDecisionTableResultImpl
java.lang.Object
org.camunda.bpm.dmn.engine.impl.DmnDecisionTableResultImpl
- All Implemented Interfaces:
- DmnDecisionTableResult
public class DmnDecisionTableResultImpl
- extends Object
- implements DmnDecisionTableResult
inputs
protected Map<String,DmnDecisionTableValue> inputs
matchingRules
protected List<DmnDecisionTableRule> matchingRules
collectResultName
protected String collectResultName
collectResultValue
protected Number collectResultValue
executedDecisionElements
protected long executedDecisionElements
DmnDecisionTableResultImpl
public DmnDecisionTableResultImpl()
getInputs
public Map<String,DmnDecisionTableValue> getInputs()
- Specified by:
getInputs in interface DmnDecisionTableResult
- Returns:
- the inputs on which the decision table was evaluated
setInputs
public void setInputs(Map<String,DmnDecisionTableValue> inputs)
getMatchingRules
public List<DmnDecisionTableRule> getMatchingRules()
- Specified by:
getMatchingRules in interface DmnDecisionTableResult
- Returns:
- the matching rules of the decision table evaluation
setMatchingRules
public void setMatchingRules(List<DmnDecisionTableRule> matchingRules)
getCollectResultName
public String getCollectResultName()
- Specified by:
getCollectResultName in interface DmnDecisionTableResult
- Returns:
- the result name of the collect operation if the
HitPolicy.COLLECT was used with an aggregator otherwise null
setCollectResultName
public void setCollectResultName(String collectResultName)
getCollectResultValue
public Number getCollectResultValue()
- Specified by:
getCollectResultValue in interface DmnDecisionTableResult
- Returns:
- the result value of the collect operation if the
HitPolicy.COLLECT was used with an aggregator otherwise null
setCollectResultValue
public void setCollectResultValue(Number collectResultValue)
getExecutedDecisionElements
public long getExecutedDecisionElements()
- Specified by:
getExecutedDecisionElements in interface DmnDecisionTableResult
- Returns:
- the number of executed decision elements during the evaluation
setExecutedDecisionElements
public void setExecutedDecisionElements(long executedDecisionElements)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2015 camunda services GmbH. All rights reserved.