public class TDecisionTable extends TExpression implements DecisionTable
TDMNElement.TExtensionElements
DMNElement.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 |
typeRef
description, 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, 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
protected 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 DecisionTable
public List<OutputClause> getOutput()
getOutput
in interface DecisionTable
public List<RuleAnnotationClause> getAnnotation()
getAnnotation
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
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.