Uses of Class
org.camunda.bpm.dmn.engine.impl.DmnVariableImpl
Packages that use DmnVariableImpl
-
Uses of DmnVariableImpl in org.camunda.bpm.dmn.engine.impl
Fields in org.camunda.bpm.dmn.engine.impl declared as DmnVariableImplModifier and TypeFieldDescriptionprotected DmnVariableImpl
DmnDecisionLiteralExpressionImpl.variable
Methods in org.camunda.bpm.dmn.engine.impl that return DmnVariableImplMethods in org.camunda.bpm.dmn.engine.impl with parameters of type DmnVariableImplModifier and TypeMethodDescriptionvoid
DmnDecisionLiteralExpressionImpl.setVariable
(DmnVariableImpl variable) -
Uses of DmnVariableImpl in org.camunda.bpm.dmn.engine.impl.transform
Methods in org.camunda.bpm.dmn.engine.impl.transform that return DmnVariableImplModifier and TypeMethodDescriptionprotected DmnVariableImpl
DmnVariableTransformHandler.createDmnElement
(DmnElementTransformContext context, Variable variable) protected DmnVariableImpl
DmnVariableTransformHandler.createFromVariable
(DmnElementTransformContext context, Variable variable) DmnVariableTransformHandler.handleElement
(DmnElementTransformContext context, Variable variable) protected DmnVariableImpl
DefaultDmnTransform.transformVariable
(Variable variable)