org.camunda.bpm.dmn.engine.impl
Class DmnDecisionTableRuleImpl
java.lang.Object
org.camunda.bpm.dmn.engine.impl.DmnDecisionTableRuleImpl
- All Implemented Interfaces:
- DmnDecisionTableRule
public class DmnDecisionTableRuleImpl
- extends Object
- implements DmnDecisionTableRule
key
protected String key
outputs
protected Map<String,DmnDecisionTableValue> outputs
DmnDecisionTableRuleImpl
public DmnDecisionTableRuleImpl()
getKey
public String getKey()
- Specified by:
getKey in interface DmnDecisionTableRule
- Returns:
- the id of the rule from the DMN XML
setKey
public void setKey(String key)
getOutputs
public Map<String,DmnDecisionTableValue> getOutputs()
- Specified by:
getOutputs in interface DmnDecisionTableRule
- Returns:
- the output values of this rule
setOutputs
public void setOutputs(Map<String,DmnDecisionTableValue> outputs)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2015 camunda services GmbH. All rights reserved.