public class TDecisionService extends TNamedElement implements DecisionService
TDMNElement.TExtensionElements
DMNElement.ExtensionElements
URI_DMN, URI_FEEL, URI_KIE
Constructor and Description |
---|
TDecisionService() |
Modifier and Type | Method and Description |
---|---|
List<DMNElementReference> |
getEncapsulatedDecision() |
List<DMNElementReference> |
getInputData() |
List<DMNElementReference> |
getInputDecision() |
List<DMNElementReference> |
getOutputDecision() |
InformationItem |
getVariable()
Gets the value of the variable property.
|
void |
setVariable(InformationItem variable)
Sets the value of the variable property.
|
String |
toString() |
getName, setName
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName, setName
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
public InformationItem getVariable()
Invocable
getVariable
in interface Invocable
InformationItem
public void setVariable(InformationItem variable)
Invocable
setVariable
in interface Invocable
variable
- allowed object is
InformationItem
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–2020 JBoss by Red Hat. All rights reserved.