org.camunda.bpm.dmn.engine
Interface DmnDecisionTableRule

All Known Implementing Classes:
DmnDecisionTableRuleImpl

public interface DmnDecisionTableRule


Method Summary
 String getKey()
           
 Map<String,DmnDecisionTableValue> getOutputs()
           
 

Method Detail

getKey

String getKey()
Returns:
the id of the rule from the DMN XML

getOutputs

Map<String,DmnDecisionTableValue> getOutputs()
Returns:
the output values of this rule


Copyright © 2015 camunda services GmbH. All rights reserved.