public interface DmnDecisionTableEvaluationEvent extends DmnDecisionLogicEvaluationEvent
Modifier and Type | Method and Description |
---|---|
String |
getCollectResultName() |
TypedValue |
getCollectResultValue() |
DmnDecision |
getDecisionTable() |
long |
getExecutedDecisionElements() |
List<DmnEvaluatedInput> |
getInputs() |
List<DmnEvaluatedDecisionRule> |
getMatchingRules() |
getDecision
DmnDecision getDecisionTable()
List<DmnEvaluatedInput> getInputs()
List<DmnEvaluatedDecisionRule> getMatchingRules()
String getCollectResultName()
HitPolicy.COLLECT
was used with an aggregator otherwise nullTypedValue getCollectResultValue()
HitPolicy.COLLECT
was used with an aggregator otherwise nulllong getExecutedDecisionElements()
getExecutedDecisionElements
in interface DmnDecisionLogicEvaluationEvent
Copyright © 2019. All rights reserved.