Modifier and Type | Method and Description |
---|---|
RuleConstructor.ActionClause |
RuleConstructor.ConditionClause.ifCondition(String condition)
Rule condition when rule will be executed.
|
RuleConstructor.ActionClause |
RuleConstructor.ConditionClause.ifFalse()
Condition ensuring that rule won't be executed.
|
RuleConstructor.ActionClause |
RuleConstructor.ConditionClause.ifTrue()
Condition ensuring that rule will be executed.
|
Copyright © 2019. All rights reserved.