org.camunda.bpm.dmn.engine.delegate
Interface DmnEvaluatedDecisionRule

All Known Implementing Classes:
DmnEvaluatedDecisionRuleImpl

public interface DmnEvaluatedDecisionRule

A evaluated decision rule.


Method Summary
 String getId()
           
 Map<String,DmnEvaluatedOutput> getOutputEntries()
           
 

Method Detail

getId

String getId()
Returns:
the id of the decision rule or null if not set

getOutputEntries

Map<String,DmnEvaluatedOutput> getOutputEntries()
Returns:
the evaluated output entries for the decision rule


Copyright © 2017 camunda services GmbH. All rights reserved.