public class DmnDecisionTableImpl extends Object implements DmnDecision
| Modifier and Type | Field and Description | 
|---|---|
protected DmnHitPolicyHandler | 
hitPolicyHandler  | 
protected List<DmnDecisionTableInputImpl> | 
inputs  | 
protected String | 
key  | 
protected String | 
name  | 
protected List<DmnDecisionTableOutputImpl> | 
outputs  | 
protected List<DmnDecisionTableRuleImpl> | 
rules  | 
| Constructor and Description | 
|---|
DmnDecisionTableImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
DmnHitPolicyHandler | 
getHitPolicyHandler()  | 
List<DmnDecisionTableInputImpl> | 
getInputs()  | 
String | 
getKey()
The unique identifier of the element if exists. 
 | 
String | 
getName()
The human readable name of the element if exists. 
 | 
List<DmnDecisionTableOutputImpl> | 
getOutputs()  | 
List<DmnDecisionTableRuleImpl> | 
getRules()  | 
boolean | 
isDecisionTable()
Check if the decision is implemented as Decision Table. 
 | 
void | 
setHitPolicyHandler(DmnHitPolicyHandler hitPolicyHandler)  | 
void | 
setInputs(List<DmnDecisionTableInputImpl> inputs)  | 
void | 
setKey(String key)  | 
void | 
setName(String name)  | 
void | 
setOutputs(List<DmnDecisionTableOutputImpl> outputs)  | 
void | 
setRules(List<DmnDecisionTableRuleImpl> rules)  | 
String | 
toString()  | 
protected String key
protected String name
protected DmnHitPolicyHandler hitPolicyHandler
protected List<DmnDecisionTableInputImpl> inputs
protected List<DmnDecisionTableOutputImpl> outputs
protected List<DmnDecisionTableRuleImpl> rules
public String getKey()
DmnDecisiongetKey in interface DmnDecisionpublic void setKey(String key)
public String getName()
DmnDecisiongetName in interface DmnDecisionpublic void setName(String name)
public boolean isDecisionTable()
DmnDecisionisDecisionTable in interface DmnDecisionpublic DmnHitPolicyHandler getHitPolicyHandler()
public void setHitPolicyHandler(DmnHitPolicyHandler hitPolicyHandler)
public List<DmnDecisionTableInputImpl> getInputs()
public void setInputs(List<DmnDecisionTableInputImpl> inputs)
public List<DmnDecisionTableOutputImpl> getOutputs()
public void setOutputs(List<DmnDecisionTableOutputImpl> outputs)
public List<DmnDecisionTableRuleImpl> getRules()
public void setRules(List<DmnDecisionTableRuleImpl> rules)
Copyright © 2017. All rights reserved.