Uses of Class
com.aspectran.core.context.rule.ChooseWhenRule
-
Packages that use ChooseWhenRule Package Description com.aspectran.core.context.expr com.aspectran.core.context.rule -
-
Uses of ChooseWhenRule in com.aspectran.core.context.expr
Methods in com.aspectran.core.context.expr with parameters of type ChooseWhenRule Modifier and Type Method Description booleanBooleanExpression. evaluate(ChooseWhenRule chooseWhenRule) -
Uses of ChooseWhenRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return ChooseWhenRule Modifier and Type Method Description ChooseWhenRuleChooseRule. getChooseWhenRule(int caseNo)ChooseWhenRuleChooseRule. newChooseWhenRule()ChooseWhenRuleChooseRule. newChooseWhenRule(int caseNo)Methods in com.aspectran.core.context.rule that return types with arguments of type ChooseWhenRule Modifier and Type Method Description java.util.Map<java.lang.Integer,ChooseWhenRule>ChooseRule. getChooseWhenRuleMap()
-