| Package | Description |
|---|---|
| org.drools.core.definitions | |
| org.drools.core.definitions.impl | |
| org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Function> |
InternalKnowledgePackage.getFunctions() |
List<Function> |
InternalKnowledgePackage.removeFunctionsGeneratedFromResource(org.kie.api.io.Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalKnowledgePackage.addFunction(Function function) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Function> |
KnowledgePackageImpl.functions |
| Modifier and Type | Method and Description |
|---|---|
Function |
KnowledgePackageImpl.getFunction(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Function> |
KnowledgePackageImpl.getFunctions() |
List<Function> |
KnowledgePackageImpl.removeFunctionsGeneratedFromResource(org.kie.api.io.Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
void |
KnowledgePackageImpl.addFunction(Function function) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaDialectRuntimeData.removeFunction(KnowledgePackageImpl pkg,
Function function) |
DialectRuntimeData |
DialectRuntimeRegistry.removeFunction(KnowledgePackageImpl pkg,
Function function) |
void |
DialectRuntimeData.removeFunction(KnowledgePackageImpl pkg,
Function function) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.