Package | Description |
---|---|
org.drools.builder |
The builder package is responsible for building knowledge definitions from artifact resources.
|
org.drools.impl | |
org.drools.impl.adapters |
Modifier and Type | Interface and Description |
---|---|
interface |
DecisionTableConfiguration
ResourceConfiguration for decision tables.
|
interface |
JaxbConfiguration |
Modifier and Type | Method and Description |
---|---|
void |
KnowledgeBuilder.add(Resource resource,
ResourceType type,
ResourceConfiguration configuration)
Add a resource of the given ResourceType, using the provided ResourceConfiguration.
|
CompositeKnowledgeBuilder |
CompositeKnowledgeBuilder.add(Resource resource,
ResourceType type,
ResourceConfiguration configuration)
Add a resource of the given ResourceType, using the provided ResourceConfiguration.
|
Modifier and Type | Class and Description |
---|---|
class |
DecisionTableConfigurationImpl |
class |
JaxbConfigurationImpl |
Modifier and Type | Method and Description |
---|---|
ResourceConfiguration |
DecisionTableConfigurationImpl.fromProperties(Properties prop) |
Modifier and Type | Method and Description |
---|---|
void |
KnowledgeBuilderImpl.add(Resource resource,
ResourceType type,
ResourceConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
CompositeKnowledgeBuilder |
CompositeKnowledgeBuilderAdapter.add(Resource resource,
ResourceType type,
ResourceConfiguration configuration) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.