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. 
 

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.read(URL url)
          Read a RuleSet from a URL.
 RuleSet RuleSetReader.read(Reader reader)
          Read a RuleSet from a Reader.
 RuleSet RuleSetReader.read(InputStream inputStream)
          Read a RuleSet from an InputStream.
 RuleSet RuleSetReader.read(String url)
          Read a RuleSet from a URL.
 RuleSet RuleSetReader.read(org.xml.sax.InputSource in)
          Read a RuleSet from an InputSource.
 RuleSet RuleSetReader.getRuleSet()
           
 

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 DuplicateRuleNameException.getRuleSet()
          Retrieve the RuleSet.
 RuleSet Rule.getRule()
           
 

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



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