Package | Description |
---|---|
org.drools.core |
This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory
|
org.drools.core.base | |
org.drools.core.reteoo |
Modifier and Type | Method and Description |
---|---|
void |
StatelessSession.setGlobalExporter(GlobalExporter globalExporter)
Used to specify a global exporting strategy
so that global variables can be available to StatelessSessionResults.
|
Modifier and Type | Class and Description |
---|---|
class |
CopyIdentifiersGlobalExporter
Creates a new GlobalResolver consisting of just the identifiers specified in the String[].
|
class |
ReferenceOriginalGlobalExporter
This implementation does nothing other than pass by reference the original GlobalResolver as used in the StatelessSession.
|
Modifier and Type | Method and Description |
---|---|
void |
ReteooStatelessSession.setGlobalExporter(GlobalExporter globalExporter) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.