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

Packages that use IRuleSet
org.eclipse.actf.validation.rulebase   
org.eclipse.actf.validation.rules   
org.eclipse.actf.validation.valdoc.rulebase   
org.eclipse.actf.validation.validators   
org.eclipse.actf.webelo.core.validators   
 

Uses of IRuleSet in org.eclipse.actf.validation.rulebase
 

Methods in org.eclipse.actf.validation.rulebase that return IRuleSet
 IRuleSet[] IRuleBase.getRuleSets()
          retrieve the rulesets contained within this rulebase.
 IRuleSet[] IRuleBase.getRuleSetsForExecutionPoint(String name)
          retrieves all RuleSets in the IRuleBase that are associated with the ExecutionPoint with the given name.
 

Methods in org.eclipse.actf.validation.rulebase with parameters of type IRuleSet
 void IRuleBase.addRuleSet(IRuleSet set)
          add a ruleset to this rulebase
 void IRuleBase.setRuleSets(IRuleSet[] rulesets)
          set the rulesets for this rulebase
 

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

Fields in org.eclipse.actf.validation.rules declared as IRuleSet
protected  IRuleSet AbstractCriterion.ruleSet
           
 

Methods in org.eclipse.actf.validation.rules that return IRuleSet
 IRuleSet AbstractCriterion.getRuleSet()
           
 IRuleSet ICriterion.getRuleSet()
          return the IRuleSet containing this IRule.
 IRuleSet ICriterionFactory.getRuleSet()
           
 

Methods in org.eclipse.actf.validation.rules with parameters of type IRuleSet
 void AbstractCriterion.setRuleSet(IRuleSet ruleSet)
           
 void ICriterion.setRuleSet(IRuleSet iRuleSet)
          Set the containing IRuleSet for this rule.
 void ICriterionFactory.setRuleSet(IRuleSet ruleSet)
          set the ruleset for this factory
 

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

Classes in org.eclipse.actf.validation.valdoc.rulebase that implement IRuleSet
 class ValidationDocumentRuleSet
           
 

Methods in org.eclipse.actf.validation.valdoc.rulebase that return IRuleSet
 IRuleSet ReflectionDocumentCriterionFactory.getRuleSet()
           
 IRuleSet[] ValidationDocumentRuleBase.getRuleSets()
           
 IRuleSet[] ValidationDocumentRuleBase.getRuleSetsForExecutionPoint(String name)
           
 

Methods in org.eclipse.actf.validation.valdoc.rulebase with parameters of type IRuleSet
 void ValidationDocumentRuleBase.addRuleSet(IRuleSet set)
           
 void ReflectionDocumentCriterionFactory.setRuleSet(IRuleSet ruleSet)
           
 void ValidationDocumentRuleBase.setRuleSets(IRuleSet[] rulesets)
           
 

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

Fields in org.eclipse.actf.validation.validators declared as IRuleSet
protected  IRuleSet GenericAccessibilityValidator.ruleSet
           
 

Methods in org.eclipse.actf.validation.validators that return IRuleSet
 IRuleSet GenericAccessibilityValidator.getRuleSet()
           
 IRuleSet IValidator.getRuleSet()
          return the ruleSet being used by this validator
 

Methods in org.eclipse.actf.validation.validators with parameters of type IRuleSet
 void GenericAccessibilityValidator.setRuleSet(IRuleSet ruleSet)
           
 void IValidator.setRuleSet(IRuleSet ruleSet)
          set the rule set to be used for validating the components
 

Constructors in org.eclipse.actf.validation.validators with parameters of type IRuleSet
DomAccessibilityValidator(IRuleSet ruleSet)
           
GenericAccessibilityValidator(IRuleSet ruleSet)
          Create an AccesibilityValidator for the given rule set.
 

Uses of IRuleSet in org.eclipse.actf.webelo.core.validators
 

Constructors in org.eclipse.actf.webelo.core.validators with parameters of type IRuleSet
MozillaDomAccessibilityValidator(IRuleSet ruleSet)
          Create a new IEDomAccessibilityValidator for the given IRuleSet and IValidationContext.