@Portable public class DecisionRule extends DMNElement
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>
description, id
Constructor and Description |
---|
DecisionRule() |
DecisionRule(Id id,
Description description,
List<UnaryTests> inputEntry,
List<LiteralExpression> outputEntry) |
Modifier and Type | Method and Description |
---|---|
List<UnaryTests> |
getInputEntry() |
List<LiteralExpression> |
getOutputEntry() |
getDescription, getExtensionElements, getId, getOtherAttributes, setDescription, setExtensionElements, setId
getNsContext
public DecisionRule()
public DecisionRule(Id id, Description description, List<UnaryTests> inputEntry, List<LiteralExpression> outputEntry)
public List<UnaryTests> getInputEntry()
public List<LiteralExpression> getOutputEntry()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.