Uses of Interface
org.camunda.bpm.model.dmn.instance.InputExpression
-
Packages that use InputExpression Package Description org.camunda.bpm.dmn.engine.impl.transform org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of InputExpression in org.camunda.bpm.dmn.engine.impl.transform
Methods in org.camunda.bpm.dmn.engine.impl.transform with parameters of type InputExpression Modifier and Type Method Description protected DmnExpressionImpl
DmnDecisionTableInputExpressionTransformHandler. createDmnElement(DmnElementTransformContext context, InputExpression inputExpression)
protected DmnExpressionImpl
DmnDecisionTableInputExpressionTransformHandler. createFromInputExpression(DmnElementTransformContext context, InputExpression inputExpression)
DmnExpressionImpl
DmnDecisionTableInputExpressionTransformHandler. handleElement(DmnElementTransformContext context, InputExpression inputExpression)
protected DmnExpressionImpl
DefaultDmnTransform. transformInputExpression(InputExpression inputExpression)
-
Uses of InputExpression in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement InputExpression Modifier and Type Class Description class
InputExpressionImpl
Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type InputExpression Modifier and Type Field Description protected static ChildElement<InputExpression>
InputClauseImpl. inputExpressionChild
Methods in org.camunda.bpm.model.dmn.impl.instance that return InputExpression Modifier and Type Method Description InputExpression
InputClauseImpl. getInputExpression()
Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type InputExpression Modifier and Type Method Description void
InputClauseImpl. setInputExpression(InputExpression inputExpression)
-
Uses of InputExpression in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return InputExpression Modifier and Type Method Description InputExpression
InputClause. getInputExpression()
Methods in org.camunda.bpm.model.dmn.instance with parameters of type InputExpression Modifier and Type Method Description void
InputClause. setInputExpression(InputExpression inputExpression)
-