Class DecisionRule
- java.lang.Object
-
- org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
-
- org.kie.workbench.common.dmn.api.definition.model.DMNElement
-
- org.kie.workbench.common.dmn.api.definition.model.DecisionRule
-
- All Implemented Interfaces:
DMNDefinition,HasTypeRefs
@Portable public class DecisionRule extends DMNElement implements HasTypeRefs
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNElement
DMNElement.ExtensionElements
-
Nested classes/interfaces inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
-
-
Field Summary
-
Fields inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNElement
description, id
-
-
Constructor Summary
Constructors Constructor Description DecisionRule()DecisionRule(Id id, Description description, List<UnaryTests> inputEntry, List<LiteralExpression> outputEntry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DecisionRulecopy()booleanequals(Object o)List<RuleAnnotationClauseText>getAnnotationEntry()List<HasTypeRef>getHasTypeRefs()List<UnaryTests>getInputEntry()List<LiteralExpression>getOutputEntry()inthashCode()-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNElement
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
-
-
-
-
Constructor Detail
-
DecisionRule
public DecisionRule()
-
DecisionRule
public DecisionRule(Id id, Description description, List<UnaryTests> inputEntry, List<LiteralExpression> outputEntry)
-
-
Method Detail
-
copy
public DecisionRule copy()
-
getAnnotationEntry
public List<RuleAnnotationClauseText> getAnnotationEntry()
-
getInputEntry
public List<UnaryTests> getInputEntry()
-
getOutputEntry
public List<LiteralExpression> getOutputEntry()
-
getHasTypeRefs
public List<HasTypeRef> getHasTypeRefs()
- Specified by:
getHasTypeRefsin interfaceHasTypeRefs
-
-