Knowledge API Legacy5 Adapter 6.0.0.Beta5

Uses of Interface
org.drools.definition.rule.Global

Packages that use Global
org.drools.definition All classes to create definitions, as built by the KnowledgeBuilder from artifact resources, can be found here. 
org.drools.impl.adapters   
 

Uses of Global in org.drools.definition
 

Methods in org.drools.definition that return types with arguments of type Global
 Collection<Global> KnowledgePackage.getGlobalVariables()
          Return the names of the globals defined in this package.
 

Uses of Global in org.drools.impl.adapters
 

Classes in org.drools.impl.adapters that implement Global
 class GlobalAdapter
           
 

Methods in org.drools.impl.adapters that return types with arguments of type Global
static List<Global> GlobalAdapter.adaptGlobals(Collection<org.kie.api.definition.rule.Global> globals)
           
 Collection<Global> KnowledgePackageAdapter.getGlobalVariables()
           
 


Knowledge API Legacy5 Adapter 6.0.0.Beta5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.