|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RightTupleSink | |
---|---|
org.drools.reteoo |
Uses of RightTupleSink in org.drools.reteoo |
---|
Classes in org.drools.reteoo that implement RightTupleSink | |
---|---|
class |
AccumulateNode
AccumulateNode A beta node capable of doing accumulate logic. |
class |
BetaNode
BetaNode provides the base abstract class for JoinNode and NotNode . |
class |
ElseNode
|
class |
ExistsNode
ExistsNode extends BetaNode to perform tests for
the existence of a Fact plus one or more conditions. |
class |
JoinNode
|
class |
NotNode
|
Fields in org.drools.reteoo declared as RightTupleSink | |
---|---|
protected RightTupleSink |
RightTuple.sink
|
Methods in org.drools.reteoo that return RightTupleSink | |
---|---|
RightTupleSink |
RightTuple.getRightTupleSink()
|
Methods in org.drools.reteoo that return types with arguments of type RightTupleSink | |
---|---|
Map<RightTupleSink,RightTuple> |
ModifyPreviousTuples.getRightTuples()
|
Methods in org.drools.reteoo with parameters of type RightTupleSink | |
---|---|
RightTuple |
BetaNode.createRightTuple(InternalFactHandle handle,
RightTupleSink sink)
|
RightTuple |
ModifyPreviousTuples.removeRightTuple(RightTupleSink sink)
|
Method parameters in org.drools.reteoo with type arguments of type RightTupleSink | |
---|---|
void |
ModifyPreviousTuples.setRightTuples(Map<RightTupleSink,RightTuple> rightTuples)
|
Constructors in org.drools.reteoo with parameters of type RightTupleSink | |
---|---|
ConcurrentRightTuple(InternalFactHandle handle,
RightTupleSink sink)
|
|
RightTuple(InternalFactHandle handle,
RightTupleSink sink)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |