Package | Description |
---|---|
org.drools.core.base | |
org.drools.core.common | |
org.drools.core.impl | |
org.drools.core.reteoo | |
org.drools.core.spi |
Modifier and Type | Class and Description |
---|---|
class |
WrappedStatefulKnowledgeSessionForRHS
Wrapper of StatefulKnowledgeSessionImpl so to intercept call from RHS internal Drools execution and proxy or delegate method call as appropriate.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InternalWorkingMemory |
interface |
InternalWorkingMemoryActions |
Modifier and Type | Class and Description |
---|---|
class |
DisconnectedWorkingMemoryEntryPoint |
class |
NamedEntryPoint |
Modifier and Type | Method and Description |
---|---|
InternalWorkingMemoryEntryPoint |
QueryElementFactHandle.getEntryPoint() |
InternalWorkingMemoryEntryPoint |
DisconnectedFactHandle.getEntryPoint() |
InternalWorkingMemoryEntryPoint |
DefaultFactHandle.getEntryPoint() |
InternalWorkingMemoryEntryPoint |
InternalFactHandle.getEntryPoint() |
Constructor and Description |
---|
DefaultFactHandle(int id,
int identityHashCode,
Object object,
long recency,
InternalWorkingMemoryEntryPoint wmEntryPoint,
boolean isTraitOrTraitable) |
DefaultFactHandle(int id,
Object object,
long recency,
InternalWorkingMemoryEntryPoint wmEntryPoint)
Construct.
|
DefaultFactHandle(int id,
Object object,
long recency,
InternalWorkingMemoryEntryPoint wmEntryPoint,
boolean isTraitOrTraitable) |
EventFactHandle(int id,
Object object,
long recency,
long timestamp,
long duration,
InternalWorkingMemoryEntryPoint wmEntryPoint)
Creates a new event fact handle.
|
EventFactHandle(int id,
Object object,
long recency,
long timestamp,
long duration,
InternalWorkingMemoryEntryPoint wmEntryPoint,
boolean isTraitOrTraitable) |
Modifier and Type | Class and Description |
---|---|
class |
StatefulKnowledgeSessionImpl |
Modifier and Type | Method and Description |
---|---|
InternalFactHandle |
ReteooFactHandleFactory.newFactHandle(int id,
Object object,
long recency,
ObjectTypeConf conf,
InternalWorkingMemory workingMemory,
InternalWorkingMemoryEntryPoint wmEntryPoint) |
Modifier and Type | Method and Description |
---|---|
InternalFactHandle |
FactHandleFactory.newFactHandle(int id,
Object object,
long recency,
ObjectTypeConf conf,
InternalWorkingMemory workingMemory,
InternalWorkingMemoryEntryPoint wmEntryPoint) |
InternalFactHandle |
FactHandleFactory.newFactHandle(Object object,
ObjectTypeConf conf,
InternalWorkingMemory workingMemory,
InternalWorkingMemoryEntryPoint wmEntryPoint)
Construct a handle with a new id.
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.