Package | Description |
---|---|
org.drools.core.reteoo |
Modifier and Type | Class and Description |
---|---|
class |
AccumulateNode
AccumulateNode
A beta node capable of doing accumulate logic.
|
class |
BetaNode |
class |
ExistsNode
ExistsNode extends BetaNode to perform tests for
the existence of a Fact plus one or more conditions. |
class |
JoinNode |
class |
NotNode |
class |
WindowNode
WindowNodes are nodes in the Rete network used
to manage windows. |
Modifier and Type | Method and Description |
---|---|
RightTupleSink |
RightTupleImpl.getTupleSink() |
Modifier and Type | Method and Description |
---|---|
RightTuple |
BetaNode.createRightTuple(InternalFactHandle handle,
RightTupleSink sink,
PropagationContext context) |
Constructor and Description |
---|
RightTupleImpl(InternalFactHandle handle,
RightTupleSink sink) |
WindowTuple(InternalFactHandle handle,
RightTupleSink sink,
WindowTupleList list) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.