Package org.kie.dmn.model.v1_2
Class TDecisionService
-
- All Implemented Interfaces:
DecisionService,DMNElement,DMNModelInstrumentedBase,DRGElement,Invocable,NamedElement
public class TDecisionService extends TInvocable implements DecisionService
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.dmn.model.v1_2.TDMNElement
TDMNElement.TExtensionElements
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Field Summary
Fields Modifier and Type Field Description protected List<DMNElementReference>encapsulatedDecisionprotected List<DMNElementReference>inputDataprotected List<DMNElementReference>inputDecisionprotected List<DMNElementReference>outputDecision-
Fields inherited from class org.kie.dmn.model.v1_2.TInvocable
variable
-
Fields inherited from class org.kie.dmn.model.v1_2.TNamedElement
name
-
Fields inherited from class org.kie.dmn.model.v1_2.TDMNElement
description, extensionElements, id, label
-
-
Constructor Summary
Constructors Constructor Description TDecisionService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DMNElementReference>getEncapsulatedDecision()List<DMNElementReference>getInputData()List<DMNElementReference>getInputDecision()List<DMNElementReference>getOutputDecision()-
Methods inherited from class org.kie.dmn.model.v1_2.TInvocable
getVariable, setVariable
-
Methods inherited from class org.kie.dmn.model.v1_2.TNamedElement
getName, setName
-
Methods inherited from class org.kie.dmn.model.v1_2.TDMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from class org.kie.dmn.model.v1_2.KieDMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.dmn.model.api.DMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from interface org.kie.dmn.model.api.Invocable
getVariable, setVariable
-
Methods inherited from interface org.kie.dmn.model.api.NamedElement
getName, setName
-
-
-
-
Field Detail
-
outputDecision
protected List<DMNElementReference> outputDecision
-
encapsulatedDecision
protected List<DMNElementReference> encapsulatedDecision
-
inputDecision
protected List<DMNElementReference> inputDecision
-
inputData
protected List<DMNElementReference> inputData
-
-
Method Detail
-
getOutputDecision
public List<DMNElementReference> getOutputDecision()
- Specified by:
getOutputDecisionin interfaceDecisionService
-
getEncapsulatedDecision
public List<DMNElementReference> getEncapsulatedDecision()
- Specified by:
getEncapsulatedDecisionin interfaceDecisionService
-
getInputDecision
public List<DMNElementReference> getInputDecision()
- Specified by:
getInputDecisionin interfaceDecisionService
-
getInputData
public List<DMNElementReference> getInputData()
- Specified by:
getInputDatain interfaceDecisionService
-
-