Package org.kie.dmn.model.v1_1
Class TDecisionTable
- java.lang.Object
-
- org.kie.dmn.model.v1_1.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_1.TDMNElement
-
- org.kie.dmn.model.v1_1.TExpression
-
- org.kie.dmn.model.v1_1.TDecisionTable
-
- All Implemented Interfaces:
DecisionTable,DMNElement,DMNModelInstrumentedBase,Expression
public class TDecisionTable extends TExpression implements DecisionTable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.dmn.model.v1_1.TDMNElement
TDMNElement.TExtensionElements
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Field Summary
-
Fields inherited from class org.kie.dmn.model.v1_1.KieDMNModelInstrumentedBase
URI_DMN, URI_FEEL, URI_KIE
-
-
Constructor Summary
Constructors Constructor Description TDecisionTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuiltinAggregatorgetAggregation()List<RuleAnnotationClause>getAnnotation()HitPolicygetHitPolicy()List<InputClause>getInput()List<OutputClause>getOutput()StringgetOutputLabel()DecisionTableOrientationgetPreferredOrientation()List<DecisionRule>getRule()voidsetAggregation(BuiltinAggregator value)voidsetHitPolicy(HitPolicy value)voidsetOutputLabel(String value)voidsetPreferredOrientation(DecisionTableOrientation value)-
Methods inherited from class org.kie.dmn.model.v1_1.TExpression
getTypeRef, setTypeRef
-
Methods inherited from class org.kie.dmn.model.v1_1.TDMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from class org.kie.dmn.model.v1_1.KieDMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.dmn.model.api.DMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from interface org.kie.dmn.model.api.Expression
getTypeRef, setTypeRef
-
-
-
-
Method Detail
-
getInput
public List<InputClause> getInput()
- Specified by:
getInputin interfaceDecisionTable
-
getOutput
public List<OutputClause> getOutput()
- Specified by:
getOutputin interfaceDecisionTable
-
getRule
public List<DecisionRule> getRule()
- Specified by:
getRulein interfaceDecisionTable
-
getHitPolicy
public HitPolicy getHitPolicy()
- Specified by:
getHitPolicyin interfaceDecisionTable
-
setHitPolicy
public void setHitPolicy(HitPolicy value)
- Specified by:
setHitPolicyin interfaceDecisionTable
-
getAggregation
public BuiltinAggregator getAggregation()
- Specified by:
getAggregationin interfaceDecisionTable
-
setAggregation
public void setAggregation(BuiltinAggregator value)
- Specified by:
setAggregationin interfaceDecisionTable
-
getPreferredOrientation
public DecisionTableOrientation getPreferredOrientation()
- Specified by:
getPreferredOrientationin interfaceDecisionTable
-
setPreferredOrientation
public void setPreferredOrientation(DecisionTableOrientation value)
- Specified by:
setPreferredOrientationin interfaceDecisionTable
-
getOutputLabel
public String getOutputLabel()
- Specified by:
getOutputLabelin interfaceDecisionTable
-
setOutputLabel
public void setOutputLabel(String value)
- Specified by:
setOutputLabelin interfaceDecisionTable
-
getAnnotation
public List<RuleAnnotationClause> getAnnotation()
- Specified by:
getAnnotationin interfaceDecisionTable
-
-