Uses of Class
org.flowable.dmn.model.DecisionRule
-
-
Uses of DecisionRule in org.flowable.dmn.model
Fields in org.flowable.dmn.model with type parameters of type DecisionRule Modifier and Type Field Description protected List<DecisionRule>DecisionTable. rulesMethods in org.flowable.dmn.model that return types with arguments of type DecisionRule Modifier and Type Method Description List<DecisionRule>DecisionTable. getRules()Methods in org.flowable.dmn.model with parameters of type DecisionRule Modifier and Type Method Description voidDecisionTable. addRule(DecisionRule rule)
-