public class TDecisionTable extends TExpression implements DecisionTable
TDMNElement.TExtensionElementsDMNElement.ExtensionElements| Modifier and Type | Field and Description |
|---|---|
protected BuiltinAggregator |
aggregation |
protected List<RuleAnnotationClause> |
annotation |
protected HitPolicy |
hitPolicy |
protected List<InputClause> |
input |
protected List<OutputClause> |
output |
protected String |
outputLabel |
protected DecisionTableOrientation |
preferredOrientation |
protected List<DecisionRule> |
rule |
typeRefdescription, extensionElements, id, label| Constructor and Description |
|---|
TDecisionTable() |
| Modifier and Type | Method and Description |
|---|---|
BuiltinAggregator |
getAggregation() |
List<RuleAnnotationClause> |
getAnnotation() |
HitPolicy |
getHitPolicy() |
List<InputClause> |
getInput() |
List<OutputClause> |
getOutput() |
String |
getOutputLabel() |
DecisionTableOrientation |
getPreferredOrientation() |
List<DecisionRule> |
getRule() |
void |
setAggregation(BuiltinAggregator value) |
void |
setHitPolicy(HitPolicy value) |
void |
setOutputLabel(String value) |
void |
setPreferredOrientation(DecisionTableOrientation value) |
getTypeRef, setTypeRefgetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeRef, setTypeRefgetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParentprotected List<InputClause> input
protected List<OutputClause> output
protected List<RuleAnnotationClause> annotation
protected List<DecisionRule> rule
protected HitPolicy hitPolicy
protected BuiltinAggregator aggregation
protected DecisionTableOrientation preferredOrientation
protected String outputLabel
public List<InputClause> getInput()
getInput in interface DecisionTablepublic List<OutputClause> getOutput()
getOutput in interface DecisionTablepublic List<RuleAnnotationClause> getAnnotation()
getAnnotation in interface DecisionTablepublic List<DecisionRule> getRule()
getRule in interface DecisionTablepublic HitPolicy getHitPolicy()
getHitPolicy in interface DecisionTablepublic void setHitPolicy(HitPolicy value)
setHitPolicy in interface DecisionTablepublic BuiltinAggregator getAggregation()
getAggregation in interface DecisionTablepublic void setAggregation(BuiltinAggregator value)
setAggregation in interface DecisionTablepublic DecisionTableOrientation getPreferredOrientation()
getPreferredOrientation in interface DecisionTablepublic void setPreferredOrientation(DecisionTableOrientation value)
setPreferredOrientation in interface DecisionTablepublic String getOutputLabel()
getOutputLabel in interface DecisionTablepublic void setOutputLabel(String value)
setOutputLabel in interface DecisionTableCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.