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

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

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

Classes in org.eclipse.actf.validation.doc.rulebase that implement IRuleMapping
 class ValidationDocumentRuleMapping
           
 

Methods in org.eclipse.actf.validation.doc.rulebase that return IRuleMapping
 IRuleMapping ValidationDocumentRuleSet.getRuleMap()
           
 IRuleMapping ReflectionDocumentRuleFactory.getRuleMapping(Object rulesetToken)
          retreaves a rule mapping that maps a type of object to a set of rules. For a ReflectionDocument,the mapping will consist of a Java type mapped to a set of rules to be applied to instances of that type.
 

Methods in org.eclipse.actf.validation.doc.rulebase with parameters of type IRuleMapping
 void ValidationDocumentRuleSet.setRuleMap(IRuleMapping ruleMapping)
           
 

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

Methods in org.eclipse.actf.validation.rules that return IRuleMapping
 IRuleMapping IRuleFactory.getRuleMapping(Object rulesetToken)
          retreaves a rule mapping that maps a type of object to a set of rules.