Package | Description |
---|---|
org.drools |
The KnowledgeBase and its factory.
|
org.drools.builder |
The builder package is responsible for building knowledge definitions from artifact resources.
|
org.drools.concurrent | |
org.drools.impl | |
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.
|
org.drools.util |
Modifier and Type | Interface and Description |
---|---|
interface |
KnowledgeBaseFactoryService
KnowledgeBaseFactoryService is the interface implemented by KnowledgeBaseFactory.
|
Modifier and Type | Interface and Description |
---|---|
interface |
KnowledgeBuilderFactoryService
KnowledgeBuilderFactoryService is used by the KnowledgeBuilderFactory to "provide" it's concrete implementation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExecutorProvider |
Modifier and Type | Class and Description |
---|---|
class |
KnowledgeBaseFactoryServiceImpl |
class |
KnowledgeBuilderFactoryServiceImpl |
class |
ResourceFactoryServiceImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
ResourceFactoryService
ResourceFactoryService is used by the ResourceFactory to "provide" it's concrete implementation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MarshallerProvider
This api is experimental and thus the classes and the interfaces returned are subject to change.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServiceRegistry |
Modifier and Type | Class and Description |
---|---|
class |
ServiceRegistryImpl
This is an internal class, not for public consumption.
|
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.