Uses of Class
org.drools.RuleBase

Packages that use RuleBase
org.drools The main run-time API. 
org.drools.io Semantic-module and rule-sets readers and writers. 
org.drools.tags.knowledge Tag library for working with knowledge. 
 

Uses of RuleBase in org.drools
 

Methods in org.drools that return RuleBase
 RuleBase SimpleRepository.lookupRuleBase(java.lang.String uri)
          Retrieve a RuleBase by URI.
 RuleBase WorkingMemory.getRuleBase()
          Retrieve the RuleBase of this working memory.
 RuleBase RuleBaseRepository.lookupRuleBase(java.lang.String uri)
          Retrieve a RuleBase by URI.
 RuleBase MultiRepository.lookupRuleBase(java.lang.String uri)
          Retrieve a RuleBase by URI.
 

Methods in org.drools with parameters of type RuleBase
 void SimpleRepository.registerRuleBase(java.lang.String uri, RuleBase ruleBase)
          Register a RuleBase with a URI.
 void RuleBaseRepository.registerRuleBase(java.lang.String uri, RuleBase ruleBase)
          Register a RuleBase by URI.
 void MultiRepository.registerRuleBase(java.lang.String uri, RuleBase ruleBase)
          Register a RuleBase by URI.
 

Constructors in org.drools with parameters of type RuleBase
WorkingMemory(RuleBase ruleBase)
          Construct a new working memory for a ruleBase.
TransactionalWorkingMemory(RuleBase ruleBase)
          Construct.
 

Uses of RuleBase in org.drools.io
 

Methods in org.drools.io with parameters of type RuleBase
 void RuleSetLoader.load(java.net.URL url, RuleBase ruleBase)
          Load RuleSet deifnitions from a URL into a RuleBase.
 

Uses of RuleBase in org.drools.tags.knowledge
 

Methods in org.drools.tags.knowledge that return RuleBase
 RuleBase RuleBaseTag.getRuleBase()
          Retrieve the RuleBase.
 RuleBase KnowledgeTag.getRules()
          Retrieve the RuleBase.
 

Methods in org.drools.tags.knowledge with parameters of type RuleBase
 void KnowledgeTag.setRules(RuleBase ruleBase)
          Set the RuleBase.
 



Copyright © 2001-2003 The Werken Company. All Rights Reserved.