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

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

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

Constructors in org.opennms.netmgt.correlation.drools with parameters of type Global
DroolsCorrelationEngineBuilder.GlobalConfiguration(Global global)
           
 

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

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

Methods in org.opennms.netmgt.correlation.drools.config that return types with arguments of type Global
 Enumeration<Global> RuleSet.enumerateGlobal()
          Method enumerateGlobal.
 List<Global> RuleSet.getGlobalCollection()
          Method getGlobalCollection.Returns a reference to '_globalList'.
 Iterator<Global> RuleSet.iterateGlobal()
          Method iterateGlobal.
 

Methods in org.opennms.netmgt.correlation.drools.config with parameters of type Global
 void RuleSet.addGlobal(Global vGlobal)
           
 void RuleSet.addGlobal(int index, Global vGlobal)
           
 boolean RuleSet.removeGlobal(Global vGlobal)
          Method removeGlobal.
 void RuleSet.setGlobal(Global[] vGlobalArray)
           
 void RuleSet.setGlobal(int index, Global vGlobal)
           
 

Method parameters in org.opennms.netmgt.correlation.drools.config with type arguments of type Global
 void RuleSet.setGlobal(List<Global> vGlobalList)
          Sets the value of '_globalList' by copying the given Vector.
 void RuleSet.setGlobalCollection(List<Global> globalList)
          Deprecated.  
 



Copyright © 2011. All Rights Reserved.