Package | Description |
---|---|
org.kie.internal.builder |
The builder package is responsible for building knowledge definitions from artifact resources.
|
Modifier and Type | Method and Description |
---|---|
KnowledgeBuilderConfiguration |
KnowledgeBuilderFactoryService.newKnowledgeBuilderConfiguration()
Instantiate and return a new KnowledgeBuilderConfiguration
|
static KnowledgeBuilderConfiguration |
KnowledgeBuilderFactory.newKnowledgeBuilderConfiguration()
Create a KnowledgeBuilderConfiguration on which properties can be set.
|
KnowledgeBuilderConfiguration |
KnowledgeBuilderFactoryService.newKnowledgeBuilderConfiguration(Properties properties,
ClassLoader... classLoader)
Instantiate and return a new KnowledgeBuilderConfiguration
|
static KnowledgeBuilderConfiguration |
KnowledgeBuilderFactory.newKnowledgeBuilderConfiguration(Properties properties,
ClassLoader... classLoaders)
Create a KnowledgeBuilderConfiguration on which properties can be set.
|
Modifier and Type | Method and Description |
---|---|
KnowledgeBuilder |
KnowledgeBuilderFactoryService.newKnowledgeBuilder(org.kie.api.KieBase kbase,
KnowledgeBuilderConfiguration conf) |
static KnowledgeBuilder |
KnowledgeBuilderFactory.newKnowledgeBuilder(org.kie.api.KieBase kbase,
KnowledgeBuilderConfiguration conf) |
KnowledgeBuilder |
KnowledgeBuilderFactoryService.newKnowledgeBuilder(KnowledgeBuilderConfiguration conf)
Instantiate and return a new KnowledgeBuilder using the given KnowledgeBuilderConfiguration
|
static KnowledgeBuilder |
KnowledgeBuilderFactory.newKnowledgeBuilder(KnowledgeBuilderConfiguration conf)
Create and return a new KnowledgeBuilder, using he given KnowledgeBuilderConfigurations
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.