Uses of Class
org.drools.rule.RuleSet

Packages that use RuleSet
org.drools The main run-time API. 
org.drools.io Semantic-module and rule-sets readers and writers. 
org.drools.jsr94.rules.admin Provides the APIs for rule administration. 
org.drools.reteoo Interfaces for the Rete-OO algorithm. 
org.drools.rule Rule assembly components. 
org.drools.semantics.annotation.smf   
org.drools.semantics.base   
org.drools.semantics.groovy Groovy Semantic Module. 
org.drools.semantics.java Java Semantic Module. 
org.drools.semantics.python Python Semantic Module. 
org.drools.smf Semantics Management Framework. 
 

Uses of RuleSet in org.drools
 

Methods in org.drools that return RuleSet
 RuleSet RuleSetIntegrationException.getRuleSet()
          Retrieve the RuleSet.
 

Methods in org.drools with parameters of type RuleSet
 void RuleBaseBuilder.addRuleSet(RuleSet ruleSet)
          Add a RuleSet.
 

Constructors in org.drools with parameters of type RuleSet
RuleSetIntegrationException(RuleSet ruleSet)
          Construct.
 

Uses of RuleSet in org.drools.io
 

Methods in org.drools.io that return RuleSet
 RuleSet RuleSetReader.getRuleSet()
           
 RuleSet RuleSetReader.read(org.xml.sax.InputSource in)
          Read a RuleSet from an InputSource.
 RuleSet RuleSetReader.read(InputStream inputStream)
          Read a RuleSet from an InputStream.
 RuleSet RuleSetReader.read(Reader reader)
          Read a RuleSet from a Reader.
 RuleSet RuleSetReader.read(String url)
          Read a RuleSet from a URL.
 RuleSet RuleSetReader.read(URL url)
          Read a RuleSet from a URL.
 

Methods in org.drools.io with parameters of type RuleSet
(package private)  void RuleSetReader.setRuleSet(RuleSet ruleSet)
           
 

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

Constructors in org.drools.jsr94.rules.admin with parameters of type RuleSet
RuleExecutionSetImpl(RuleSet ruleSet, Map properties)
          Instances of this class should be obtained from the LocalRuleExecutionSetProviderImpl.
 

Uses of RuleSet in org.drools.reteoo
 

Methods in org.drools.reteoo with parameters of type RuleSet
 void Builder.addRuleSet(RuleSet ruleSet)
          Add a RuleSet to the network.
 

Uses of RuleSet in org.drools.rule
 

Fields in org.drools.rule declared as RuleSet
static RuleSet[] RuleSet.EMPTY_ARRAY
          Empty RuleSet array.
 

Methods in org.drools.rule that return RuleSet
 RuleSet Rule.getRuleSet()
           
 RuleSet DuplicateRuleNameException.getRuleSet()
          Retrieve the RuleSet.
 

Constructors in org.drools.rule with parameters of type RuleSet
ApplicationData(RuleSet ruleSet, String identifier, Class type)
           
DuplicateRuleNameException(RuleSet ruleSet, Rule originalRule, Rule conflictingRule)
          Construct.
Rule(String name, RuleSet ruleSet)
          Construct.
 

Uses of RuleSet in org.drools.semantics.annotation.smf
 

Methods in org.drools.semantics.annotation.smf with parameters of type RuleSet
 Rule SMFAnnotationRuleFactory.newRule(RuleSet ruleSet, RuleBaseContext context, Configuration config)
           
 

Uses of RuleSet in org.drools.semantics.base
 

Methods in org.drools.semantics.base with parameters of type RuleSet
 ApplicationData DefaultApplicationDataFactory.newApplicationData(RuleSet ruleSet, RuleBaseContext context, Configuration config, Set imports)
           
 Rule BaseRuleFactory.newRule(RuleSet ruleSet, RuleBaseContext context, Configuration config)
           
 

Uses of RuleSet in org.drools.semantics.groovy
 

Methods in org.drools.semantics.groovy with parameters of type RuleSet
 Functions GroovyFunctionsFactory.newFunctions(RuleSet ruleSet, RuleBaseContext context, Configuration config)
           
 ImportEntry GroovyImportEntryFactory.newImportEntry(RuleSet ruleSet, RuleBaseContext context, Configuration config)
           
 

Uses of RuleSet in org.drools.semantics.java
 

Methods in org.drools.semantics.java with parameters of type RuleSet
 Functions JavaFunctionsFactory.newFunctions(RuleSet ruleSet, RuleBaseContext context, Configuration config)
           
 ImportEntry JavaImportEntryFactory.newImportEntry(RuleSet ruleSet, RuleBaseContext context, Configuration config)
           
 

Constructors in org.drools.semantics.java with parameters of type RuleSet
JavaFunctions(RuleSet ruleSet, String text)
          Construct.
 

Uses of RuleSet in org.drools.semantics.python
 

Methods in org.drools.semantics.python with parameters of type RuleSet
 Functions PythonFunctionsFactory.newFunctions(RuleSet ruleSet, RuleBaseContext context, Configuration config)
           
 ImportEntry PythonImportEntryFactory.newImportEntry(RuleSet ruleSet, RuleBaseContext context, Configuration config)
           
 

Uses of RuleSet in org.drools.smf
 

Methods in org.drools.smf with parameters of type RuleSet
 ApplicationData ApplicationDataFactory.newApplicationData(RuleSet ruleSet, RuleBaseContext context, Configuration config, Set imports)
           
 Functions FunctionsFactory.newFunctions(RuleSet ruleSet, RuleBaseContext context, Configuration config)
           
 ImportEntry ImportEntryFactory.newImportEntry(RuleSet ruleSet, RuleBaseContext context, Configuration config)
           
 Rule RuleFactory.newRule(RuleSet ruleSet, RuleBaseContext context, Configuration config)
           
 



Copyright © 2001-2005 The Codehaus. All Rights Reserved.