Uses of Interface
wt.rule.RuleSelector

Packages that use RuleSelector
com.ptc.core.rule.server.delegate.selector   
wt.rule.impl   
 

Uses of RuleSelector in com.ptc.core.rule.server.delegate.selector
 

Classes in com.ptc.core.rule.server.delegate.selector that implement RuleSelector
 class TypeBasedCompositeRuleSelector
          This is an implementation of the wt.rule.RuleSelectorDelegate interface that returns a composite rule.
 

Uses of RuleSelector in wt.rule.impl
 

Classes in wt.rule.impl that implement RuleSelector
 class DefaultRuleSelector
          This is a default implementation of the RuleSelector interface.
 

Methods in wt.rule.impl that return RuleSelector
 RuleSelector RuleSelectorFactory.getSelector(Object requestor, RuleType ruleType)
          Returns a selector that can be used to select a rule of the specified ruleType for the specified requestor type.