Package | Description |
---|---|
org.drools.impl.adapters | |
org.drools.runtime |
The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession.
|
Modifier and Type | Class and Description |
---|---|
class |
GlobalsAdapter |
Modifier and Type | Method and Description |
---|---|
Globals |
StatelessKnowledgeSessionAdapter.getGlobals() |
Globals |
KnowledgeRuntimeAdapter.getGlobals() |
Modifier and Type | Method and Description |
---|---|
void |
GlobalsAdapter.setDelegate(Globals delegate) |
Modifier and Type | Method and Description |
---|---|
Globals |
StatelessKnowledgeSession.getGlobals()
Return the Globals store
|
Globals |
KnowledgeRuntime.getGlobals() |
Modifier and Type | Method and Description |
---|---|
void |
Globals.setDelegate(Globals delegate) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.