Uses of Class
org.camunda.bpm.dmn.engine.impl.DmnVariableImpl
-
Uses of DmnVariableImpl in org.camunda.bpm.dmn.engine.impl
Modifier and TypeFieldDescriptionprotected DmnVariableImpl
DmnDecisionLiteralExpressionImpl.variable
Modifier and TypeMethodDescriptionvoid
DmnDecisionLiteralExpressionImpl.setVariable
(DmnVariableImpl variable) -
Uses of DmnVariableImpl in org.camunda.bpm.dmn.engine.impl.transform
Modifier 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)