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

Packages that use IRuleFactory
org.eclipse.actf.validation.doc.rulebase   
org.eclipse.actf.validation.rules   
 

Uses of IRuleFactory in org.eclipse.actf.validation.doc.rulebase
 

Classes in org.eclipse.actf.validation.doc.rulebase that implement IRuleFactory
 class ReflectionDocumentRuleFactory
          The IRuleFactory for ACTF rules.
 

Methods in org.eclipse.actf.validation.doc.rulebase that return IRuleFactory
 IRuleFactory ValidationDocumentRuleSet.getRuleFactory()
           
 

Methods in org.eclipse.actf.validation.doc.rulebase with parameters of type IRuleFactory
 void ValidationDocumentRuleSet.setRuleFactory(IRuleFactory factory)
           
 

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

Methods in org.eclipse.actf.validation.rules that return IRuleFactory
protected  IRuleFactory AbstractRule.getRuleFactory()
           
 IRuleFactory IRuleSet.getRuleFactory()
          get the rule factory responsible for creating rules in this ruleset
 

Methods in org.eclipse.actf.validation.rules with parameters of type IRuleFactory
 void IRuleSet.setRuleFactory(IRuleFactory factory)
          set the rule factory for this ruleset.