Uses of Interface
org.drools.RuleBase

Packages that use RuleBase
org.drools   
org.drools.io   
org.drools.jsr94.rules.admin   
 

Uses of RuleBase in org.drools
 

Methods in org.drools that return RuleBase
 RuleBase RuleBaseBuilder.build()
          Build the RuleBase.
 RuleBase WorkingMemory.getRuleBase()
          Retrieve the RuleBase of this working memory.
 

Uses of RuleBase in org.drools.io
 

Methods in org.drools.io that return RuleBase
static RuleBase RuleBaseBuilder.buildFromUrl(java.net.URL url)
           
static RuleBase RuleBaseBuilder.buildFromInputStream(java.io.InputStream in)
           
static RuleBase RuleBaseBuilder.buildFromReader(java.io.Reader in)
           
 

Uses of RuleBase in org.drools.jsr94.rules.admin
 

Methods in org.drools.jsr94.rules.admin that return RuleBase
 RuleBase RuleExecutionSetImpl.getRuleBase()
          Get the drool RuleBase associated with this RuleExecutionSet.