Package org.kie.dmn.model.api
Interface DecisionService
-
- All Superinterfaces:
DMNElement,DMNModelInstrumentedBase,DRGElement,Invocable,NamedElement
- All Known Implementing Classes:
TDecisionService,TDecisionService,TDecisionService,TDecisionService
public interface DecisionService extends Invocable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<DMNElementReference>getEncapsulatedDecision()java.util.List<DMNElementReference>getInputData()java.util.List<DMNElementReference>getInputDecision()java.util.List<DMNElementReference>getOutputDecision()-
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
-
-
-
-
Method Detail
-
getOutputDecision
java.util.List<DMNElementReference> getOutputDecision()
-
getEncapsulatedDecision
java.util.List<DMNElementReference> getEncapsulatedDecision()
-
getInputDecision
java.util.List<DMNElementReference> getInputDecision()
-
getInputData
java.util.List<DMNElementReference> getInputData()
-
-