|
KIE Internal 6.0.0.Alpha9 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KnowledgeBase | |
|---|---|
| org.kie | |
| org.kie.agent | The KnowlegeAgent provides automatic loading, caching and re-loading, of resources and is configured from a properties files. |
| org.kie.builder | The builder package is responsible for building knowledge definitions from artifact resources. |
| org.kie.builder.help | Providers helper classes that can be used during building. |
| org.kie.event.knowledgeagent | |
| org.kie.runtime | |
| Uses of KnowledgeBase in org.kie |
|---|
| Methods in org.kie that return KnowledgeBase | |
|---|---|
KnowledgeBase |
KnowledgeBaseFactoryService.newKnowledgeBase()
Instantiate and return a KnowledgeBase using a default KnowledgeBaseConfiguration |
static KnowledgeBase |
KnowledgeBaseFactory.newKnowledgeBase()
Create a new KnowledgeBase using the default KnowledgeBaseConfiguration |
KnowledgeBase |
KnowledgeBaseFactoryService.newKnowledgeBase(KieBaseConfiguration conf)
Instantiate and return a KnowledgeBase using the given KnowledgeBaseConfiguration |
static KnowledgeBase |
KnowledgeBaseFactory.newKnowledgeBase(KieBaseConfiguration conf)
Create a new KnowledgeBase using the given KnowledgeBaseConfiguration |
KnowledgeBase |
KnowledgeBaseFactoryService.newKnowledgeBase(String kbaseId)
Instantiate and return a KnowledgeBase using a default KnowledgeBaseConfiguration and the given KnowledgeBase ID. |
static KnowledgeBase |
KnowledgeBaseFactory.newKnowledgeBase(String kbaseId)
Create a new KnowledgeBase using the default KnowledgeBaseConfiguration and the given KnowledgeBase ID. |
KnowledgeBase |
KnowledgeBaseFactoryService.newKnowledgeBase(String kbaseId,
KieBaseConfiguration conf)
Instantiate and return a KnowledgeBase using the given KnowledgeBaseConfiguration and the given KnowledgeBase ID. |
static KnowledgeBase |
KnowledgeBaseFactory.newKnowledgeBase(String kbaseId,
KieBaseConfiguration conf)
Create a new KnowledgeBase using the given KnowledgeBaseConfiguration and the given KnowledgeBase ID. |
| Uses of KnowledgeBase in org.kie.agent |
|---|
| Methods in org.kie.agent that return KnowledgeBase | |
|---|---|
KnowledgeBase |
KnowledgeAgent.getKnowledgeBase()
Returns the cached KnowledgeBase |
| Methods in org.kie.agent with parameters of type KnowledgeBase | |
|---|---|
static KnowledgeAgent |
KnowledgeAgentFactory.newKnowledgeAgent(String name,
KnowledgeBase kbase)
|
KnowledgeAgent |
KnowledgeAgentProvider.newKnowledgeAgent(String name,
KnowledgeBase kbase)
|
static KnowledgeAgent |
KnowledgeAgentFactory.newKnowledgeAgent(String name,
KnowledgeBase kbase,
KnowledgeAgentConfiguration configuration)
|
KnowledgeAgent |
KnowledgeAgentProvider.newKnowledgeAgent(String name,
KnowledgeBase kbase,
KnowledgeAgentConfiguration configuration)
|
static KnowledgeAgent |
KnowledgeAgentFactory.newKnowledgeAgent(String name,
KnowledgeBase kbase,
KnowledgeAgentConfiguration configuration,
KnowledgeBuilderConfiguration builderConfiguration)
|
KnowledgeAgent |
KnowledgeAgentProvider.newKnowledgeAgent(String name,
KnowledgeBase kbase,
KnowledgeAgentConfiguration configuration,
KnowledgeBuilderConfiguration builderConfiguration)
|
| Uses of KnowledgeBase in org.kie.builder |
|---|
| Methods in org.kie.builder that return KnowledgeBase | |
|---|---|
KnowledgeBase |
KnowledgeBuilder.newKnowledgeBase()
Creates a new KnowledgeBase from the knowledge packages that have been added to this builder. |
| Methods in org.kie.builder with parameters of type KnowledgeBase | |
|---|---|
static KnowledgeBuilder |
KnowledgeBuilderFactory.newKnowledgeBuilder(KnowledgeBase kbase)
|
KnowledgeBuilder |
KnowledgeBuilderFactoryService.newKnowledgeBuilder(KnowledgeBase kbase)
|
static KnowledgeBuilder |
KnowledgeBuilderFactory.newKnowledgeBuilder(KnowledgeBase kbase,
KnowledgeBuilderConfiguration conf)
|
KnowledgeBuilder |
KnowledgeBuilderFactoryService.newKnowledgeBuilder(KnowledgeBase kbase,
KnowledgeBuilderConfiguration conf)
|
| Uses of KnowledgeBase in org.kie.builder.help |
|---|
| Methods in org.kie.builder.help with parameters of type KnowledgeBase | |
|---|---|
static JAXBContext |
KnowledgeBuilderHelper.newJAXBContext(String[] classNames,
KnowledgeBase kbase)
Creates a new JAXBContext, from which the Marshaller and Unmarshaller can be created, which are used by the Transformer pipeline stage. |
JAXBContext |
DroolsJaxbHelperProvider.newJAXBContext(String[] classNames,
Map<String,?> properties,
KnowledgeBase kbase)
Creates a new JAXBContext, from which the Marshaller and Unmarshaller can be created, which are used by the Transformer pipeline stage. |
static JAXBContext |
KnowledgeBuilderHelper.newJAXBContext(String[] classNames,
Map<String,?> properties,
KnowledgeBase kbase)
|
| Uses of KnowledgeBase in org.kie.event.knowledgeagent |
|---|
| Methods in org.kie.event.knowledgeagent that return KnowledgeBase | |
|---|---|
KnowledgeBase |
KnowledgeBaseUpdatedEvent.getKnowledgeBase()
|
| Constructors in org.kie.event.knowledgeagent with parameters of type KnowledgeBase | |
|---|---|
KnowledgeBaseUpdatedEvent(KnowledgeBase kbase)
|
|
| Uses of KnowledgeBase in org.kie.runtime |
|---|
| Methods in org.kie.runtime that return KnowledgeBase | |
|---|---|
KnowledgeBase |
StatefulKnowledgeSession.getKieBase()
|
|
KIE Internal 6.0.0.Alpha9 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||