Package org.eclipse.actf.validation.rules

Interface Summary
ICriterion  
ICriterionFactory A factory for criterions.
ICriterionMapping basic map for mapping criteria to the validation rules list that are to be applied to them
IRule an interface to be implemented to add rules to the validation engine.
IRuleSet captures a set of rules in ACTF.
 

Class Summary
AbstractCriterion Base implementation for a ICriterion
AbstractRule base implementation of a validation rule in ACTF.
AndRule embodies the actf:and rule
ArrayIterator  
CompoundCriterion When there are children for a criterion, they are tested with compound criterion.
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
NodeNameCriterion  
OrRule the actf:or rule
PropertyCriterion Criterion for a property which is an attribute in a rulebase xml Not yet implemented but will be used later once markup is finalized
RangeRule the actf:range rule
ReflexiveCriterion  
ReflexiveRule  
RegexpRule the actf:regexp rule
RuleConstants  
ScriptRule  
SingleItemIterator  
TypeCriterion Criterion for a generic component type.