Package org.kie.dmn.model.v1_1
Class TDecisionService
- java.lang.Object
-
- org.kie.dmn.model.v1_1.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_1.TDMNElement
-
- org.kie.dmn.model.v1_1.TNamedElement
-
- org.kie.dmn.model.v1_1.TDecisionService
-
- All Implemented Interfaces:
DecisionService,DMNElement,DMNModelInstrumentedBase,DRGElement,Invocable,NamedElement
public class TDecisionService extends TNamedElement implements DecisionService
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.dmn.model.v1_1.TDMNElement
TDMNElement.TExtensionElements
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Field Summary
-
Fields inherited from class org.kie.dmn.model.v1_1.KieDMNModelInstrumentedBase
URI_DMN, URI_FEEL, URI_KIE
-
-
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()InformationItemgetVariable()Gets the value of the variable property.voidsetVariable(InformationItem variable)Sets the value of the variable property.StringtoString()-
Methods inherited from class org.kie.dmn.model.v1_1.TNamedElement
getName, setName
-
Methods inherited from class org.kie.dmn.model.v1_1.TDMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from class org.kie.dmn.model.v1_1.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, 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.NamedElement
getName, setName
-
-
-
-
Method Detail
-
getVariable
public InformationItem getVariable()
Description copied from interface:InvocableGets the value of the variable property.- Specified by:
getVariablein interfaceInvocable- Returns:
- possible object is
InformationItem
-
setVariable
public void setVariable(InformationItem variable)
Description copied from interface:InvocableSets the value of the variable property.- Specified by:
setVariablein interfaceInvocable- Parameters:
variable- allowed object isInformationItem
-
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
-
-