|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectSource | |
---|---|
org.drools.reteoo | |
org.drools.reteoo.builder |
Uses of ObjectSource in org.drools.reteoo |
---|
Subclasses of ObjectSource in org.drools.reteoo | |
---|---|
class |
AlphaNode
AlphaNodes are nodes in the Rete network used
to apply FieldConstraint<.code>s on asserted fact
objects where the |
class |
ObjectTypeNode
ObjectTypeNodes |
class |
Rete
The Rete-OO network. |
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. |
Fields in org.drools.reteoo declared as ObjectSource | |
---|---|
protected ObjectSource |
ObjectSource.objectSource
|
Constructors in org.drools.reteoo with parameters of type ObjectSource | |
---|---|
AccumulateNode(int id,
TupleSource leftInput,
ObjectSource rightInput,
AlphaNodeFieldConstraint[] resultConstraints,
BetaConstraints sourceBinder,
BetaConstraints resultBinder,
Accumulate accumulate)
|
|
AlphaNode(int id,
AlphaNodeFieldConstraint constraint,
ObjectSource objectSource)
Construct an AlphaNode with a unique id using the provided
FieldConstraint and the given ObjectSource . |
|
AlphaNode(int id,
AlphaNodeFieldConstraint constraint,
ObjectSource objectSource,
boolean hasMemory,
int alphaNodeHashingThreshold)
Construct an AlphaNode with a unique id using the provided
FieldConstraint and the given ObjectSource . |
|
CollectNode(int id,
TupleSource leftInput,
ObjectSource rightInput,
AlphaNodeFieldConstraint[] resultConstraints,
BetaConstraints sourceBinder,
BetaConstraints resultsBinder,
Collect collect)
Constructor. |
|
ExistsNode(int id,
TupleSource leftInput,
ObjectSource rightInput)
Constructs a new Exists node with EmptyBetaConstraints. |
|
ExistsNode(int id,
TupleSource leftInput,
ObjectSource rightInput,
BetaConstraints joinNodeBinder)
Construct. |
|
JoinNode(int id,
TupleSource leftInput,
ObjectSource rightInput)
Construct. |
|
JoinNode(int id,
TupleSource leftInput,
ObjectSource rightInput,
BetaConstraints binder)
|
|
LeftInputAdapterNode(int id,
ObjectSource source)
Constructus a LeftInputAdapterNode with a unique id that receives FactHandle from a
parent ObjectSource and adds it to a given pattern in the resulting Tuples. |
|
NotNode(int id,
TupleSource leftInput,
ObjectSource rightInput)
Construct. |
|
NotNode(int id,
TupleSource leftInput,
ObjectSource rightInput,
BetaConstraints joinNodeBinder)
Construct. |
Uses of ObjectSource in org.drools.reteoo.builder |
---|
Methods in org.drools.reteoo.builder that return ObjectSource | |
---|---|
ObjectSource |
BuildContext.getObjectSource()
|
Methods in org.drools.reteoo.builder with parameters of type ObjectSource | |
---|---|
void |
BuildContext.setObjectSource(ObjectSource objectSource)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |