Uses of Interface
org.eclipse.actf.validation.rules.IRule

Packages that use IRule
org.eclipse.actf.validation.rules   
org.eclipse.actf.validation.valdoc.rulebase   
org.eclipse.actf.validation.validators   
 

Uses of IRule in org.eclipse.actf.validation.rules
 

Classes in org.eclipse.actf.validation.rules that implement IRule
 class AbstractRule
          base implementation of a validation rule in ACTF.
 class AndRule
          embodies the actf:and rule
 class EqRule
          embodies the actf:eq rule
 class FocusRule
           
 class InstanceofRule
          embodies actf:instanceof rule
 class MaxRule
          embodies actf:max rule
 class MinRule
          embodies actf:min rule
 class NeqRule
          embodies actf:neq rule
 class OrRule
          the actf:or rule
 class RangeRule
          the actf:range rule
 class ReflexiveCriterion
           
 class ReflexiveRule
           
 class RegexpRule
          the actf:regexp rule
 class ScriptRule
           
 

Methods in org.eclipse.actf.validation.rules that return IRule
 IRule IRuleSet.getRule(String name)
          get the rule with the given name
 IRule ICriterionFactory.getRuleInstance(String name)
          gets an instance of the validation rule for the given name.
 IRule ICriterionFactory.getRuleInstance(String name, IRule parent)
          creates and initializes a validation rule for the given name.
 IRule[] IRuleSet.getRules()
          return all of the rules within this ruleset
 

Methods in org.eclipse.actf.validation.rules that return types with arguments of type IRule
 Map<ICriterion,List<IRule>> ICriterionMapping.getAllRules()
          Returns the complete criterion -> List mapping.
 

Methods in org.eclipse.actf.validation.rules with parameters of type IRule
 void IRuleSet.addRule(IRule rule)
          add a rule to this ruleset
 IRule ICriterionFactory.getRuleInstance(String name, IRule parent)
          creates and initializes a validation rule for the given name.
 

Method parameters in org.eclipse.actf.validation.rules with type arguments of type IRule
 void ICriterionMapping.setAllRules(Map<ICriterion,List<IRule>> criteriaToRulesMap)
          Sets the complete map of Rules.
 

Uses of IRule in org.eclipse.actf.validation.valdoc.rulebase
 

Methods in org.eclipse.actf.validation.valdoc.rulebase that return IRule
protected  IRule ReflectionDocumentCriterionFactory.createRule(Element ruleElem)
           
protected  IRule ReflectionDocumentCriterionFactory.createRule(Element ruleElement, ICriterion parent)
           
 IRule ValidationDocumentRuleSet.getRule(String name)
           
 IRule ReflectionDocumentCriterionFactory.getRuleInstance(String name)
           
 IRule ReflectionDocumentCriterionFactory.getRuleInstance(String name, IRule parent)
           
 IRule[] ValidationDocumentRuleSet.getRules()
           
 

Methods in org.eclipse.actf.validation.valdoc.rulebase that return types with arguments of type IRule
protected  List<IRule> ReflectionDocumentCriterionFactory.createRulesForCriterion(Element ruleElem)
           
 Map<ICriterion,List<IRule>> ValidationDocumentCriterionMapping.getAllRules()
           
 

Methods in org.eclipse.actf.validation.valdoc.rulebase with parameters of type IRule
 void ValidationDocumentRuleSet.addRule(IRule rule)
           
 IRule ReflectionDocumentCriterionFactory.getRuleInstance(String name, IRule parent)
           
 

Method parameters in org.eclipse.actf.validation.valdoc.rulebase with type arguments of type IRule
protected  void ReflectionDocumentCriterionFactory.processRuleElement(Element ruleElem, Map<ICriterion,List<IRule>> criteriaRuleMap)
           
 void ValidationDocumentCriterionMapping.setAllRules(Map<ICriterion,List<IRule>> rules)
           
 

Constructor parameters in org.eclipse.actf.validation.valdoc.rulebase with type arguments of type IRule
ValidationDocumentCriterionMapping(Map<ICriterion,List<IRule>> criteriaRulesMap, Set polyRuleTypes, Set nonPolyRuleTypes)
           
 

Uses of IRule in org.eclipse.actf.validation.validators
 

Method parameters in org.eclipse.actf.validation.validators with type arguments of type IRule
protected  void GenericAccessibilityValidator.validateRules(IValidationContext context, List<List<IRule>> rulesListList)
          validate the specified component according to the list of lists of rules.