public class TDecisionService extends TInvocable implements DecisionService
TDMNElement.TExtensionElements
DMNElement.ExtensionElements
Modifier and Type | Field and Description |
---|---|
protected List<DMNElementReference> |
encapsulatedDecision |
protected List<DMNElementReference> |
inputData |
protected List<DMNElementReference> |
inputDecision |
protected List<DMNElementReference> |
outputDecision |
variable
name
description, extensionElements, id, label
Constructor and Description |
---|
TDecisionService() |
Modifier and Type | Method and Description |
---|---|
List<DMNElementReference> |
getEncapsulatedDecision() |
List<DMNElementReference> |
getInputData() |
List<DMNElementReference> |
getInputDecision() |
List<DMNElementReference> |
getOutputDecision() |
getVariable, setVariable
getName, setName
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getVariable, setVariable
getName, setName
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
protected List<DMNElementReference> outputDecision
protected List<DMNElementReference> encapsulatedDecision
protected List<DMNElementReference> inputDecision
protected List<DMNElementReference> inputData
public List<DMNElementReference> getOutputDecision()
getOutputDecision
in interface DecisionService
public List<DMNElementReference> getEncapsulatedDecision()
getEncapsulatedDecision
in interface DecisionService
public List<DMNElementReference> getInputDecision()
getInputDecision
in interface DecisionService
public List<DMNElementReference> getInputData()
getInputData
in interface DecisionService
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.