Uses of Interface
org.drools.Service

Packages that use Service
org.drools The KnowledgeBase and its factory. 
org.drools.builder The builder package is responsible for building knowledge definitions from artifact resources. 
org.drools.io io library for working with Resources See ResourceFactory for more details  
org.drools.marshalling Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions See MarshallerFactory for more detailed information. 
 

Uses of Service in org.drools
 

Subinterfaces of Service in org.drools
 interface KnowledgeBaseFactoryService
          KnowledgeBaseFactoryService is the interface implemented by KnowledgeBaseFactory.
 

Uses of Service in org.drools.builder
 

Subinterfaces of Service in org.drools.builder
 interface KnowledgeBuilderFactoryService
          KnowledgeBuilderFactoryService is used by the KnowledgeBuilderFactory to "provide" it's concrete implementation.
 

Uses of Service in org.drools.io
 

Subinterfaces of Service in org.drools.io
 interface ResourceFactoryService
          ResourceFactoryService is used by the ResourceFactory to "provide" it's concrete implementation.
 

Uses of Service in org.drools.marshalling
 

Subinterfaces of Service in org.drools.marshalling
 interface MarshallerProvider
          This api is experimental and thus the classes and the interfaces returned are subject to change.
 



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