Uses of Interface
org.camunda.bpm.model.dmn.instance.UnaryTests
-
Packages that use UnaryTests Package Description org.camunda.bpm.dmn.engine.impl.transform org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of UnaryTests in org.camunda.bpm.dmn.engine.impl.transform
Methods in org.camunda.bpm.dmn.engine.impl.transform with parameters of type UnaryTests Modifier and Type Method Description static String
DmnExpressionTransformHelper. getExpression(UnaryTests expression)
static String
DmnExpressionTransformHelper. getExpressionLanguage(DmnElementTransformContext context, UnaryTests expression)
-
Uses of UnaryTests in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement UnaryTests Modifier and Type Class Description class
AllowedValuesImpl
class
InputEntryImpl
class
InputValuesImpl
class
OutputValuesImpl
class
UnaryTestsImpl
-
Uses of UnaryTests in org.camunda.bpm.model.dmn.instance
Subinterfaces of UnaryTests in org.camunda.bpm.model.dmn.instance Modifier and Type Interface Description interface
AllowedValues
interface
InputEntry
interface
InputValues
interface
OutputValues
-