Package org.kie.dmn.model.api
Interface DecisionRule
-
- All Superinterfaces:
DMNElement,DMNModelInstrumentedBase
- All Known Implementing Classes:
TDecisionRule,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 java.util.List<RuleAnnotation>getAnnotationEntry()java.util.List<UnaryTests>getInputEntry()java.util.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
java.util.List<UnaryTests> getInputEntry()
-
getOutputEntry
java.util.List<LiteralExpression> getOutputEntry()
-
getAnnotationEntry
java.util.List<RuleAnnotation> getAnnotationEntry()
- Since:
- DMN v1.2
-
-