Uses of Class
org.flowable.ui.modeler.model.decisiontable.DecisionTableExpressionRepresentation
-
Packages that use DecisionTableExpressionRepresentation Package Description org.flowable.ui.modeler.model.decisiontable -
-
Uses of DecisionTableExpressionRepresentation in org.flowable.ui.modeler.model.decisiontable
Fields in org.flowable.ui.modeler.model.decisiontable with type parameters of type DecisionTableExpressionRepresentation Modifier and Type Field Description protected List<DecisionTableExpressionRepresentation>DecisionTableDefinitionRepresentation. inputExpressionsprotected List<DecisionTableExpressionRepresentation>DecisionTableDefinitionRepresentation. outputExpressionsMethods in org.flowable.ui.modeler.model.decisiontable that return types with arguments of type DecisionTableExpressionRepresentation Modifier and Type Method Description List<DecisionTableExpressionRepresentation>DecisionTableDefinitionRepresentation. getInputExpressions()List<DecisionTableExpressionRepresentation>DecisionTableDefinitionRepresentation. getOutputExpressions()Method parameters in org.flowable.ui.modeler.model.decisiontable with type arguments of type DecisionTableExpressionRepresentation Modifier and Type Method Description voidDecisionTableDefinitionRepresentation. setInputExpressions(List<DecisionTableExpressionRepresentation> inputExpressions)voidDecisionTableDefinitionRepresentation. setOutputExpressions(List<DecisionTableExpressionRepresentation> outputExpressions)
-