Package org.kie.dmn.model.api
Interface DecisionRule
-
- All Superinterfaces:
DMNElement,DMNModelInstrumentedBase
- All Known Implementing Classes:
TDecisionRule,TDecisionRule,TDecisionRule
public interface DecisionRule extends DMNElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<RuleAnnotation>getAnnotationEntry()List<UnaryTests>getInputEntry()List<LiteralExpression>getOutputEntry()-
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
-
-
-
-
Method Detail
-
getInputEntry
List<UnaryTests> getInputEntry()
-
getOutputEntry
List<LiteralExpression> getOutputEntry()
-
getAnnotationEntry
List<RuleAnnotation> getAnnotationEntry()
- Since:
- DMN v1.2
-
-