Uses of Interface
org.drools.reteoo.Sink

Packages that use Sink
org.drools.marshalling.impl   
org.drools.reteoo   
org.drools.reteoo.compiled   
 

Uses of Sink in org.drools.marshalling.impl
 

Methods in org.drools.marshalling.impl that return Sink
 Sink RightTupleKey.getSink()
           
 

Constructors in org.drools.marshalling.impl with parameters of type Sink
RightTupleKey(int id, Sink sink)
           
 

Uses of Sink in org.drools.reteoo
 

Subinterfaces of Sink in org.drools.reteoo
 interface LeftTupleSink
          Receiver of propagated ReteTuples from a TupleSource.
 interface LeftTupleSinkNode
          Items placed in a LinkedList must implement this interface .
 interface ObjectSink
          Receiver of propagated FactHandleImpls from a ObjectSource.
 interface ObjectSinkNode
          Items placed in a LinkedList must implement this interface .
 interface RightTupleSink
           
 interface TerminalNode
          A markup interface for terminal nodes
 

Classes in org.drools.reteoo that implement Sink
 class AccumulateNode
          AccumulateNode A beta node capable of doing accumulate logic.
 class AlphaNode
          AlphaNodes are nodes in the Rete network used to apply FieldConstraint<.code>s on asserted fact objects where the FieldConstraints have no dependencies on any other of the facts in the current Rule.
 class BetaNode
          BetaNode provides the base abstract class for JoinNode and NotNode.
 class ElseNode
           
 class EntryPointNode
          A node that is an entry point into the Rete network.
 class EvalConditionNode
          Node which filters ReteTuples.
 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 ObjectTypeNode
          ObjectTypeNodes are responsible for filtering and propagating the matching fact assertions propagated from the Rete node using ObjectType interface.
 class PropagationQueuingNode
          A node that will add the propagation to the working memory actions queue, in order to allow multiple threads to concurrently assert objects to multiple entry points.
 class QueryElementNode
           
 class QueryRiaFixerNode
          Node which filters ReteTuples.
 class QueryTerminalNode
          Leaf Rete-OO node responsible for enacting Action s on a matched Rule.
 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.
 class RuleTerminalNode
          Leaf Rete-OO node responsible for enacting Action s on a matched Rule.
 

Uses of Sink in org.drools.reteoo.compiled
 

Classes in org.drools.reteoo.compiled that implement Sink
 class CompiledNetwork
          This is the base type for all generated classes that that represent a "compiled" portion of the RETE network.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.