Package | Description |
---|---|
org.drools |
The KnowledgeBase and its factory.
|
org.drools.impl | |
org.drools.impl.adapters |
Modifier and Type | Method and Description |
---|---|
static KnowledgeBaseConfiguration |
KnowledgeBaseFactory.newKnowledgeBaseConfiguration()
Create a KnowledgeBaseConfiguration on which properties can be set.
|
KnowledgeBaseConfiguration |
KnowledgeBaseFactoryService.newKnowledgeBaseConfiguration()
Instantiate and return a new KnowledgeBaseConfiguration
|
static KnowledgeBaseConfiguration |
KnowledgeBaseFactory.newKnowledgeBaseConfiguration(Properties properties,
ClassLoader... classLoaders)
Create a KnowledgeBaseConfiguration on which properties can be set.
|
KnowledgeBaseConfiguration |
KnowledgeBaseFactoryService.newKnowledgeBaseConfiguration(Properties properties,
ClassLoader... classLoader)
Instantiate and return a new KnowledgeBaseConfiguration
|
Modifier and Type | Method and Description |
---|---|
static KnowledgeBase |
KnowledgeBaseFactory.newKnowledgeBase(KnowledgeBaseConfiguration conf)
Create a new KnowledgeBase using the given KnowledgeBaseConfiguration
|
KnowledgeBase |
KnowledgeBaseFactoryService.newKnowledgeBase(KnowledgeBaseConfiguration conf)
Instantiate and return a KnowledgeBase using the given KnowledgeBaseConfiguration
|
static KnowledgeBase |
KnowledgeBaseFactory.newKnowledgeBase(String kbaseId,
KnowledgeBaseConfiguration conf)
Create a new KnowledgeBase using the given KnowledgeBaseConfiguration and
the given KnowledgeBase ID.
|
KnowledgeBase |
KnowledgeBaseFactoryService.newKnowledgeBase(String kbaseId,
KnowledgeBaseConfiguration conf)
Instantiate and return a KnowledgeBase using the given KnowledgeBaseConfiguration and
the given KnowledgeBase ID.
|
Modifier and Type | Method and Description |
---|---|
KnowledgeBaseConfiguration |
KnowledgeBaseFactoryServiceImpl.newKnowledgeBaseConfiguration() |
KnowledgeBaseConfiguration |
KnowledgeBaseFactoryServiceImpl.newKnowledgeBaseConfiguration(Properties properties,
ClassLoader... classLoader) |
Modifier and Type | Method and Description |
---|---|
KnowledgeBase |
KnowledgeBaseFactoryServiceImpl.newKnowledgeBase(KnowledgeBaseConfiguration conf) |
KnowledgeBase |
KnowledgeBaseFactoryServiceImpl.newKnowledgeBase(String kbaseId,
KnowledgeBaseConfiguration conf) |
Modifier and Type | Class and Description |
---|---|
class |
KnowledgeBaseConfigurationAdapter |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.