Uses of Interface
org.drools.reteoo.TupleSource

Packages that use TupleSource
org.drools.reteoo Interfaces for the Rete-OO algorithm. 
org.drools.reteoo.impl Implementation of the Rete-OO algorithm. 
 

Uses of TupleSource in org.drools.reteoo
 

Subinterfaces of TupleSource in org.drools.reteoo
 interface ConditionNode
          Node which filters ReteTuples.
 interface ExtractionNode
          Fact extraction node in the Rete-OO network.
 interface JoinNode
          A two-input Rete-OO join node.
 interface ParameterNode
          Receives Objects from an ObjectTypeNode, and creates a ReteTuple, passing the result to the following node.
 

Methods in org.drools.reteoo that return TupleSource
 TupleSource JoinNode.getLeftInput()
          Retrieve the left input TupleSource.
 TupleSource JoinNode.getRightInput()
          Retrieve the right input TupleSource.
 

Methods in org.drools.reteoo with parameters of type TupleSource
protected  boolean Builder.canBeJoined(TupleSource left, TupleSource right)
          Determine if two TupleSources can be joined.
 

Uses of TupleSource in org.drools.reteoo.impl
 

Classes in org.drools.reteoo.impl that implement TupleSource
 class ConditionNodeImpl
          Node which filters ReteTuples.
 class ExtractionNodeImpl
           extraction node in the Rete-OO network.
 class JoinNodeImpl
          A two-input Rete-OO join node.
 class ParameterNodeImpl
          Receives Objects from an ObjectTypeNode, and creates a ReteTuple, passing the result to the following node.
 class TupleSourceImpl
          A source of ReteTuples for a TupleSink.
 

Methods in org.drools.reteoo.impl that return TupleSource
 TupleSource JoinNodeImpl.getLeftInput()
          Retrieve the left input TupleSource.
 TupleSource JoinNodeImpl.getRightInput()
          Retrieve the right input TupleSource.
 

Constructors in org.drools.reteoo.impl with parameters of type TupleSource
TerminalNodeImpl(TupleSource inputSource, Rule rule, int priority)
          Construct.
 



Copyright © 2001-2002 The Werken Company. All Rights Reserved.