Uses of Class
ora.core.handler.Rule

Packages that use Rule
ora.core.element   
ora.core.handler   
ora.util   
 

Uses of Rule in ora.core.element
 

Methods in ora.core.element with parameters of type Rule
 void GuiElement.addAppliedrule(Rule rule)
           
 

Uses of Rule in ora.core.handler
 

Fields in ora.core.handler declared as Rule
 Rule[] AnalyserRules.rules
           
 

Methods in ora.core.handler that return Rule
 Rule AnalyserRules.determinateSpecificRule(java.lang.Class<?> clazz, java.lang.Object obj)
          Here the determination whether the class of an object should be analysed specific takes place -1 means false
static Rule InstanceHandler.getRuleInstance()
           
static Rule BlockingHandler.getRuleInstance()
           
 Rule[] AnalyserRules.getRules()
           
 Rule AnalyserRules.setRule(int type, java.lang.String condition, java.lang.String handlerClassName, int pos, java.lang.Boolean activate, boolean init)
          This method adds or changes rule
 Rule AnalyserRules.setRule(Rule rule, int pos, java.lang.Boolean activate, boolean init)
          This method adds or changes rule
 

Methods in ora.core.handler with parameters of type Rule
 Rule AnalyserRules.setRule(Rule rule, int pos, java.lang.Boolean activate, boolean init)
          This method adds or changes rule
 void AnalyserRules.setRules(Rule[] rules)
           
 

Uses of Rule in ora.util
 

Methods in ora.util that return Rule
static Rule[] RuleManager.getAnalyserRules(java.net.URL url, AnalyserRules analyserRules)