Uses of Class
org.opennms.netmgt.correlation.drools.config.RuleSet

Packages that use RuleSet
org.opennms.netmgt.correlation.drools   
org.opennms.netmgt.correlation.drools.config   
 

Uses of RuleSet in org.opennms.netmgt.correlation.drools
 

Constructors in org.opennms.netmgt.correlation.drools with parameters of type RuleSet
DroolsCorrelationEngineBuilder.RuleSetConfiguration(RuleSet ruleSet)
           
 

Uses of RuleSet in org.opennms.netmgt.correlation.drools.config
 

Methods in org.opennms.netmgt.correlation.drools.config that return RuleSet
 RuleSet[] EngineConfiguration.getRuleSet()
          Method getRuleSet.Returns the contents of the collection in an Array.
 RuleSet EngineConfiguration.getRuleSet(int index)
          Method getRuleSet.
 RuleSet EngineConfiguration.removeRuleSetAt(int index)
          Method removeRuleSetAt.
static RuleSet RuleSet.unmarshal(Reader reader)
          Method unmarshal.
 

Methods in org.opennms.netmgt.correlation.drools.config that return types with arguments of type RuleSet
 Enumeration<RuleSet> EngineConfiguration.enumerateRuleSet()
          Method enumerateRuleSet.
 List<RuleSet> EngineConfiguration.getRuleSetCollection()
          Method getRuleSetCollection.Returns a reference to '_ruleSetList'.
 Iterator<RuleSet> EngineConfiguration.iterateRuleSet()
          Method iterateRuleSet.
 

Methods in org.opennms.netmgt.correlation.drools.config with parameters of type RuleSet
 void EngineConfiguration.addRuleSet(int index, RuleSet vRuleSet)
           
 void EngineConfiguration.addRuleSet(RuleSet vRuleSet)
           
 boolean EngineConfiguration.removeRuleSet(RuleSet vRuleSet)
          Method removeRuleSet.
 void EngineConfiguration.setRuleSet(int index, RuleSet vRuleSet)
           
 void EngineConfiguration.setRuleSet(RuleSet[] vRuleSetArray)
           
 

Method parameters in org.opennms.netmgt.correlation.drools.config with type arguments of type RuleSet
 void EngineConfiguration.setRuleSet(List<RuleSet> vRuleSetList)
          Sets the value of '_ruleSetList' by copying the given Vector.
 void EngineConfiguration.setRuleSetCollection(List<RuleSet> ruleSetList)
          Deprecated.  
 



Copyright © 2011. All Rights Reserved.