Uses of Class
org.flowable.dmn.model.Decision
-
-
Uses of Decision in org.flowable.dmn.model
Fields in org.flowable.dmn.model with type parameters of type Decision Modifier and Type Field Description protected List<Decision>DmnDefinition. decisionsMethods in org.flowable.dmn.model that return Decision Modifier and Type Method Description DecisionDmnDefinition. getDecisionById(String id)Methods in org.flowable.dmn.model that return types with arguments of type Decision Modifier and Type Method Description List<Decision>DmnDefinition. getDecisions()Methods in org.flowable.dmn.model with parameters of type Decision Modifier and Type Method Description voidDmnDefinition. addDecision(Decision decision)
-