| RuleSequence represents a series of Rules, which are applied in turn
to give the final result. Rules return
DecideRule.ACCEPT ,
DecideRule.REJECT , or
DecideRule.PASS . The final result
of a DecideRuleSequence is that of the last rule decision made, either
ACCEPT or REJECT (PASS is used by rules that do not have an opinion
on a particular processing pass).
author: gojomo |