Uses of Class
org.flowable.dmn.model.UnaryTests
-
-
Uses of UnaryTests in org.flowable.dmn.model
Fields in org.flowable.dmn.model declared as UnaryTests Modifier and Type Field Description protected UnaryTestsItemDefinition. allowedValuesprotected UnaryTestsInputClause. inputValuesprotected UnaryTestsOutputClause. outputValuesMethods in org.flowable.dmn.model that return UnaryTests Modifier and Type Method Description UnaryTestsItemDefinition. getAllowedValues()UnaryTestsRuleInputClauseContainer. getInputEntry()UnaryTestsInputClause. getInputValues()UnaryTestsOutputClause. getOutputValues()Methods in org.flowable.dmn.model with parameters of type UnaryTests Modifier and Type Method Description voidItemDefinition. setAllowedValues(UnaryTests allowedValues)voidRuleInputClauseContainer. setInputEntry(UnaryTests inputEntry)voidInputClause. setInputValues(UnaryTests inputValues)voidOutputClause. setOutputValues(UnaryTests outputValues)Constructors in org.flowable.dmn.model with parameters of type UnaryTests Constructor Description RuleInputClauseContainer(InputClause inputClause, UnaryTests inputEntry)
-