|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LeftTupleSinkNode | |
---|---|
org.drools.reteoo |
Uses of LeftTupleSinkNode in org.drools.reteoo |
---|
Subinterfaces of LeftTupleSinkNode in org.drools.reteoo | |
---|---|
interface |
TerminalNode
A markup interface for terminal nodes |
Classes in org.drools.reteoo that implement LeftTupleSinkNode | |
---|---|
class |
AccumulateNode
AccumulateNode A beta node capable of doing accumulate logic. |
class |
BetaNode
BetaNode provides the base abstract class for JoinNode and NotNode . |
class |
EvalConditionNode
Node which filters ReteTuple s. |
class |
ExistsNode
ExistsNode extends BetaNode to perform tests for
the existence of a Fact plus one or more conditions. |
class |
FromNode
|
class |
JoinNode
|
class |
NotNode
|
class |
QueryElementNode
|
class |
QueryRiaFixerNode
Node which filters ReteTuple s. |
class |
QueryTerminalNode
Leaf Rete-OO node responsible for enacting Action s on a
matched Rule . |
class |
RightInputAdapterNode
When joining a subnetwork into the main network again, RightInputAdapterNode adapts the subnetwork's tuple into a fact in order right join it with the tuple being propagated in the main network. |
class |
RuleTerminalNode
Leaf Rete-OO node responsible for enacting Action s on a
matched Rule . |
Methods in org.drools.reteoo that return LeftTupleSinkNode | |
---|---|
LeftTupleSinkNode |
LeftTupleSinkNodeList.getFirst()
Return the first node in the list |
LeftTupleSinkNode |
LeftTupleSinkNodeList.getLast()
Return the last node in the list |
LeftTupleSinkNode |
QueryElementNode.getNextLeftTupleSinkNode()
Returns the next node |
LeftTupleSinkNode |
LeftTupleSinkNode.getNextLeftTupleSinkNode()
Returns the next node |
LeftTupleSinkNode |
BetaNode.getNextLeftTupleSinkNode()
Returns the next node |
LeftTupleSinkNode |
FromNode.getNextLeftTupleSinkNode()
Returns the next node |
LeftTupleSinkNode |
RuleTerminalNode.getNextLeftTupleSinkNode()
Returns the next node |
LeftTupleSinkNode |
QueryRiaFixerNode.getNextLeftTupleSinkNode()
Returns the next node |
LeftTupleSinkNode |
RightInputAdapterNode.getNextLeftTupleSinkNode()
Returns the next node |
LeftTupleSinkNode |
QueryTerminalNode.getNextLeftTupleSinkNode()
Returns the next node |
LeftTupleSinkNode |
EvalConditionNode.getNextLeftTupleSinkNode()
Returns the next node |
LeftTupleSinkNode |
QueryElementNode.getPreviousLeftTupleSinkNode()
Returns the previous node |
LeftTupleSinkNode |
LeftTupleSinkNode.getPreviousLeftTupleSinkNode()
Returns the previous node |
LeftTupleSinkNode |
BetaNode.getPreviousLeftTupleSinkNode()
Returns the previous node |
LeftTupleSinkNode |
FromNode.getPreviousLeftTupleSinkNode()
Returns the previous node |
LeftTupleSinkNode |
RuleTerminalNode.getPreviousLeftTupleSinkNode()
Returns the previous node |
LeftTupleSinkNode |
QueryRiaFixerNode.getPreviousLeftTupleSinkNode()
Returns the previous node |
LeftTupleSinkNode |
RightInputAdapterNode.getPreviousLeftTupleSinkNode()
Returns the previous node |
LeftTupleSinkNode |
QueryTerminalNode.getPreviousLeftTupleSinkNode()
Returns the previous node |
LeftTupleSinkNode |
EvalConditionNode.getPreviousLeftTupleSinkNode()
Returns the previous node |
LeftTupleSinkNode |
LeftTupleSinkNodeList.removeFirst()
Remove the first node from the list. |
LeftTupleSinkNode |
LeftTupleSinkNodeList.removeLast()
Remove the last node from the list. |
Methods in org.drools.reteoo with parameters of type LeftTupleSinkNode | |
---|---|
void |
LeftTupleSinkNodeList.add(LeftTupleSinkNode node)
Add a TupleSinkNode to the list. |
protected void |
AsyncCompositeLeftTupleSinkAdapter.doPropagateAssertLeftTuple(PropagationContext context,
InternalWorkingMemory workingMemory,
LeftTupleSinkNode sink,
LeftTuple leftTuple)
|
protected void |
CompositeLeftTupleSinkAdapter.doPropagateAssertLeftTuple(PropagationContext context,
InternalWorkingMemory workingMemory,
LeftTupleSinkNode sink,
LeftTuple leftTuple)
This is a hook method that may be overriden by subclasses. |
void |
LeftTupleSinkNodeList.remove(LeftTupleSinkNode node)
Removes a TupleSinkNode from the list. |
void |
QueryElementNode.setNextLeftTupleSinkNode(LeftTupleSinkNode next)
Sets the next node |
void |
LeftTupleSinkNode.setNextLeftTupleSinkNode(LeftTupleSinkNode next)
Sets the next node |
void |
BetaNode.setNextLeftTupleSinkNode(LeftTupleSinkNode next)
Sets the next node |
void |
FromNode.setNextLeftTupleSinkNode(LeftTupleSinkNode next)
Sets the next node |
void |
RuleTerminalNode.setNextLeftTupleSinkNode(LeftTupleSinkNode next)
Sets the next node |
void |
QueryRiaFixerNode.setNextLeftTupleSinkNode(LeftTupleSinkNode next)
Sets the next node |
void |
RightInputAdapterNode.setNextLeftTupleSinkNode(LeftTupleSinkNode next)
Sets the next node |
void |
QueryTerminalNode.setNextLeftTupleSinkNode(LeftTupleSinkNode next)
Sets the next node |
void |
EvalConditionNode.setNextLeftTupleSinkNode(LeftTupleSinkNode next)
Sets the next node |
void |
QueryElementNode.setPreviousLeftTupleSinkNode(LeftTupleSinkNode previous)
Sets the previous node |
void |
LeftTupleSinkNode.setPreviousLeftTupleSinkNode(LeftTupleSinkNode previous)
Sets the previous node |
void |
BetaNode.setPreviousLeftTupleSinkNode(LeftTupleSinkNode previous)
Sets the previous node |
void |
FromNode.setPreviousLeftTupleSinkNode(LeftTupleSinkNode previous)
Sets the previous node |
void |
RuleTerminalNode.setPreviousLeftTupleSinkNode(LeftTupleSinkNode previous)
Sets the previous node |
void |
QueryRiaFixerNode.setPreviousLeftTupleSinkNode(LeftTupleSinkNode previous)
Sets the previous node |
void |
RightInputAdapterNode.setPreviousLeftTupleSinkNode(LeftTupleSinkNode previous)
Sets the previous node |
void |
QueryTerminalNode.setPreviousLeftTupleSinkNode(LeftTupleSinkNode previous)
Sets the previous node |
void |
EvalConditionNode.setPreviousLeftTupleSinkNode(LeftTupleSinkNode previous)
Sets the previous node |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |