Uses of Class
org.flowable.dmn.model.RuleInputClauseContainer
-
-
Uses of RuleInputClauseContainer in org.flowable.dmn.model
Fields in org.flowable.dmn.model with type parameters of type RuleInputClauseContainer Modifier and Type Field Description protected List<RuleInputClauseContainer>DecisionRule. inputEntriesMethods in org.flowable.dmn.model that return types with arguments of type RuleInputClauseContainer Modifier and Type Method Description List<RuleInputClauseContainer>DecisionRule. getInputEntries()Methods in org.flowable.dmn.model with parameters of type RuleInputClauseContainer Modifier and Type Method Description voidDecisionRule. addInputEntry(RuleInputClauseContainer inputEntry)Method parameters in org.flowable.dmn.model with type arguments of type RuleInputClauseContainer Modifier and Type Method Description voidDecisionRule. setInputEntries(List<RuleInputClauseContainer> inputEntries)
-