Package org.kie.dmn.model.api
Interface Invocation
-
- All Superinterfaces:
DMNElement,DMNModelInstrumentedBase,Expression
- All Known Implementing Classes:
TInvocation,TInvocation,TInvocation,TInvocation
public interface Invocation extends Expression
-
-
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 List<Binding>getBinding()ExpressiongetExpression()voidsetExpression(Expression value)-
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.Expression
getTypeRef, setTypeRef
-
-
-
-
Method Detail
-
getExpression
Expression getExpression()
-
setExpression
void setExpression(Expression value)
-
-