Uses of Class
org.flowable.dmn.model.InputClause
-
-
Uses of InputClause in org.flowable.dmn.model
Fields in org.flowable.dmn.model with type parameters of type InputClause Modifier and Type Field Description protected List<InputClause>DecisionTable. inputsMethods in org.flowable.dmn.model that return InputClause Modifier and Type Method Description InputClauseRuleInputClauseContainer. getInputClause()Methods in org.flowable.dmn.model that return types with arguments of type InputClause Modifier and Type Method Description List<InputClause>DecisionTable. getInputs()Methods in org.flowable.dmn.model with parameters of type InputClause Modifier and Type Method Description voidDecisionTable. addInput(InputClause input)voidRuleInputClauseContainer. setInputClause(InputClause inputClause)Constructors in org.flowable.dmn.model with parameters of type InputClause Constructor Description RuleInputClauseContainer(InputClause inputClause, UnaryTests inputEntry)
-