@Portable public class DecisionRule extends DMNElement implements HasTypeRefs
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
description, id
Constructor and Description |
---|
DecisionRule() |
DecisionRule(Id id,
Description description,
List<UnaryTests> inputEntry,
List<LiteralExpression> outputEntry) |
Modifier and Type | Method and Description |
---|---|
DecisionRule |
copy() |
boolean |
equals(Object o) |
List<RuleAnnotationClauseText> |
getAnnotationEntry() |
List<HasTypeRef> |
getHasTypeRefs() |
List<UnaryTests> |
getInputEntry() |
List<LiteralExpression> |
getOutputEntry() |
int |
hashCode() |
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
public DecisionRule()
public DecisionRule(Id id, Description description, List<UnaryTests> inputEntry, List<LiteralExpression> outputEntry)
public DecisionRule copy()
public List<RuleAnnotationClauseText> getAnnotationEntry()
public List<UnaryTests> getInputEntry()
public List<LiteralExpression> getOutputEntry()
public List<HasTypeRef> getHasTypeRefs()
getHasTypeRefs
in interface HasTypeRefs
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.