站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Uses of Interface org.drools.reteoo.TupleSink (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Interface
org.drools.reteoo.TupleSink

Packages that use TupleSink
org.drools.reteoo   
 

Uses of TupleSink in org.drools.reteoo
 

Subinterfaces of TupleSink in org.drools.reteoo
 interface TupleSinkNode
          Items placed in a LinkedList must implement this interface .
 

Classes in org.drools.reteoo that implement TupleSink
 class AccumulateNode
          AccumulateNode A beta node capable of doing accumulate logic.
 class CollectNode
           
 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
          JoinNode extends BetaNode to perform ReteTuple and FactHandle joins.
 class NotNode
          NotNode extends BetaNode to perform tests for the non existence of a Fact plus one or more conditions.
 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 TupleSink
 TupleSink[] TupleSinkPropagator.getSinks()
           
 TupleSink[] SingleTupleSinkAdapter.getSinks()
           
 TupleSink[] EmptyTupleSinkAdapter.getSinks()
           
 TupleSink[] CompositeTupleSinkAdapter.getSinks()
           
 

Methods in org.drools.reteoo with parameters of type TupleSink
protected  void TupleSource.addTupleSink(TupleSink tupleSink)
          Adds the TupleSink so that it may receive Tuples propagated from this TupleSource.
 void CompositeTupleSinkAdapter.addTupleSink(TupleSink sink)
           
protected  void TupleSource.removeTupleSink(TupleSink tupleSink)
          Removes the TupleSink
 void CompositeTupleSinkAdapter.removeTupleSink(TupleSink sink)
           
abstract  void TupleSource.updateSink(TupleSink sink, PropagationContext context, InternalWorkingMemory workingMemory)
           
 void NotNode.updateSink(TupleSink sink, PropagationContext context, InternalWorkingMemory workingMemory)
           
 void LeftInputAdapterNode.updateSink(TupleSink sink, PropagationContext context, InternalWorkingMemory workingMemory)
           
 void JoinNode.updateSink(TupleSink sink, PropagationContext context, InternalWorkingMemory workingMemory)
           
 void FromNode.updateSink(TupleSink sink, PropagationContext context, InternalWorkingMemory workingMemory)
           
 void ExistsNode.updateSink(TupleSink sink, PropagationContext context, InternalWorkingMemory workingMemory)
          Updates the given sink propagating all previously propagated tuples to it
 void EvalConditionNode.updateSink(TupleSink sink, PropagationContext context, InternalWorkingMemory workingMemory)
           
 void CollectNode.updateSink(TupleSink sink, PropagationContext context, InternalWorkingMemory workingMemory)
           
 void AccumulateNode.updateSink(TupleSink sink, PropagationContext context, InternalWorkingMemory workingMemory)
           
 

Constructors in org.drools.reteoo with parameters of type TupleSink
SingleTupleSinkAdapter(TupleSink sink)
           
 



Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.