Package org.eclipse.actf.validation.rules

Interface Summary
IRule an interface to be implemented to add rules to the validation engine.
IRuleFactory A factory for rules.
IRuleMapping basic map for mapping components to the validation rules that are to be applied to them
IRuleSet captures a set of rules in ACTF.
 

Class Summary
AbstractRule base implementation of a validation rule in ACTF.
AndRule embodies the actf:and rule
ArrayIterator  
ComponentCriteria  
DomNodeIterator  
EqRule embodies the actf:eq rule
FocusRule  
InstanceofRule embodies actf:instanceof rule
MaxRule embodies actf:max rule
MinRule embodies actf:min rule
NeqRule embodies actf:neq rule
OrRule the actf:or rule
RangeRule the actf:range rule
ReflexiveCriterion  
ReflexiveRule  
RegexpRule the actf:regexp rule
RuleConstants  
ScriptRule  
SingleItemIterator