Package | Description |
---|---|
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 |
---|---|
Function |
KnowledgePackageImp.getFunction(String name)
Delegate method to retrieve a Function by its name.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Function> |
Package.getFunctions() |
List<Function> |
Package.getFunctionsGeneratedFromResource(org.kie.api.io.Resource resource) |
List<Function> |
Package.removeFunctionsGeneratedFromResource(org.kie.api.io.Resource resource) |
Modifier and Type | Method and Description |
---|---|
void |
Package.addFunction(Function function) |
void |
JavaDialectRuntimeData.removeFunction(Package pkg,
Function function) |
DialectRuntimeData |
DialectRuntimeRegistry.removeFunction(Package pkg,
Function function) |
void |
DialectRuntimeData.removeFunction(Package pkg,
Function function) |
void |
MVELDialectRuntimeData.removeFunction(Package pkg,
Function function) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.