Am I the only one that finds the disctinction between Rule, Rules and
RuleSet confusing?

Isn't a Rule really an Action? Wouldn't it be better to name Rule as
Action such that a Rule becomes the association of a pattern and an
Action? One would then write Digester.addRule(String pattern, Action
action) instead of Digester.addRule(String pattern, Rule rule).

Has this been suggested before? I have checked in the mailing lists
and could not find any references. My apologies if this has been
already debated. Regards.


--
Ceki


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to