public class TDecisionTable extends TExpression implements DecisionTable
TDMNElement.TExtensionElements
DMNElement.ExtensionElements
URI_DMN, URI_FEEL, URI_KIE
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, setTypeRef
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTypeRef, setTypeRef
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
public List<InputClause> getInput()
getInput
in interface DecisionTable
public List<OutputClause> getOutput()
getOutput
in interface DecisionTable
public List<DecisionRule> getRule()
getRule
in interface DecisionTable
public HitPolicy getHitPolicy()
getHitPolicy
in interface DecisionTable
public void setHitPolicy(HitPolicy value)
setHitPolicy
in interface DecisionTable
public BuiltinAggregator getAggregation()
getAggregation
in interface DecisionTable
public void setAggregation(BuiltinAggregator value)
setAggregation
in interface DecisionTable
public DecisionTableOrientation getPreferredOrientation()
getPreferredOrientation
in interface DecisionTable
public void setPreferredOrientation(DecisionTableOrientation value)
setPreferredOrientation
in interface DecisionTable
public String getOutputLabel()
getOutputLabel
in interface DecisionTable
public void setOutputLabel(String value)
setOutputLabel
in interface DecisionTable
public List<RuleAnnotationClause> getAnnotation()
getAnnotation
in interface DecisionTable
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.