Package org.kie.dmn.model.api
Interface Invocable
-
- All Superinterfaces:
DMNElement,DMNModelInstrumentedBase,DRGElement,NamedElement
- All Known Subinterfaces:
BusinessKnowledgeModel,DecisionService
- All Known Implementing Classes:
TBusinessKnowledgeModel,TBusinessKnowledgeModel,TBusinessKnowledgeModel,TBusinessKnowledgeModel,TDecisionService,TDecisionService,TDecisionService,TDecisionService,TInvocable,TInvocable,TInvocable
public interface Invocable extends DRGElement
- Since:
- DMN v1.2
-
-
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 InformationItemgetVariable()Gets the value of the variable property.voidsetVariable(InformationItem value)Sets the value of the variable property.-
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
InformationItem getVariable()
Gets the value of the variable property.- Returns:
- possible object is
InformationItem
-
setVariable
void setVariable(InformationItem value)
Sets the value of the variable property.- Parameters:
value- allowed object isInformationItem
-
-