|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LeftTupleSource | |
---|---|
org.drools | This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory |
org.drools.reteoo | |
org.drools.reteoo.builder |
Uses of LeftTupleSource in org.drools |
---|
Methods in org.drools with parameters of type LeftTupleSource | |
---|---|
TerminalNode |
ActivationListenerFactory.createActivationListener(int id,
LeftTupleSource source,
Rule rule,
GroupElement subrule,
int subruleIndex,
BuildContext context,
Object... args)
|
TerminalNode |
RuleTerminalNodeActivationListenerFactory.createActivationListener(int id,
LeftTupleSource source,
Rule rule,
GroupElement subrule,
int subruleIndex,
BuildContext context,
Object... args)
|
TerminalNode |
QueryTerminalNodeActivationListenerFactory.createActivationListener(int id,
LeftTupleSource source,
Rule rule,
GroupElement subrule,
int subruleIndex,
BuildContext context,
Object... args)
|
Uses of LeftTupleSource in org.drools.reteoo |
---|
Subclasses of LeftTupleSource in org.drools.reteoo | |
---|---|
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 |
LeftInputAdapterNode
All asserting Facts must propagated into the right ObjectSink side of a BetaNode, if this is the first Pattern
then there are no BetaNodes to propagate to. |
class |
NotNode
|
class |
QueryElementNode
|
class |
QueryRiaFixerNode
Node which filters ReteTuple s. |
Fields in org.drools.reteoo declared as LeftTupleSource | |
---|---|
protected LeftTupleSource |
BetaNode.leftInput
The left input TupleSource . |
Constructors in org.drools.reteoo with parameters of type LeftTupleSource | |
---|---|
AccumulateNode(int id,
LeftTupleSource leftInput,
ObjectSource rightInput,
AlphaNodeFieldConstraint[] resultConstraints,
BetaConstraints sourceBinder,
BetaConstraints resultBinder,
Behavior[] behaviors,
Accumulate accumulate,
boolean unwrapRightObject,
BuildContext context)
|
|
EvalConditionNode(int id,
LeftTupleSource tupleSource,
EvalCondition eval,
BuildContext context)
Construct. |
|
ExistsNode(int id,
LeftTupleSource leftInput,
ObjectSource rightInput,
BetaConstraints joinNodeBinder,
Behavior[] behaviors,
BuildContext context)
Construct. |
|
FromNode(int id,
DataProvider dataProvider,
LeftTupleSource tupleSource,
AlphaNodeFieldConstraint[] constraints,
BetaConstraints binder,
boolean tupleMemoryEnabled,
BuildContext context)
|
|
JoinNode(int id,
LeftTupleSource leftInput,
ObjectSource rightInput,
BetaConstraints binder,
Behavior[] behaviors,
BuildContext context)
|
|
NotNode(int id,
LeftTupleSource leftInput,
ObjectSource rightInput,
BetaConstraints joinNodeBinder,
Behavior[] behaviors,
BuildContext context)
|
|
QueryElementNode(int id,
LeftTupleSource tupleSource,
QueryElement queryElement,
boolean tupleMemoryEnabled,
boolean openQuery,
BuildContext context)
|
|
QueryRiaFixerNode(int id,
LeftTupleSource tupleSource,
BuildContext context)
Construct. |
|
QueryTerminalNode(int id,
LeftTupleSource source,
Rule rule,
GroupElement subrule,
int subruleIndex,
BuildContext context)
Constructor |
|
RightInputAdapterNode(int id,
LeftTupleSource source,
BuildContext context)
Constructor specifying the unique id of the node in the Rete network, the position of the propagating FactHandleImpl in
ReteTuple and the source that propagates the receive ReteTuple |
|
RuleTerminalNode(int id,
LeftTupleSource source,
Rule rule,
GroupElement subrule,
int subruleIndex,
BuildContext context)
Construct. |
Uses of LeftTupleSource in org.drools.reteoo.builder |
---|
Methods in org.drools.reteoo.builder that return LeftTupleSource | |
---|---|
LeftTupleSource |
BuildContext.getTupleSource()
|
Methods in org.drools.reteoo.builder with parameters of type LeftTupleSource | |
---|---|
void |
BuildContext.setTupleSource(LeftTupleSource tupleSource)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |