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

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


Uses of Class
org.drools.reteoo.TupleSource

Packages that use TupleSource
org.drools.reteoo   
org.drools.reteoo.builder   
 

Uses of TupleSource in org.drools.reteoo
 

Subclasses of TupleSource in org.drools.reteoo
 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 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
          NotNode extends BetaNode to perform tests for the non existence of a Fact plus one or more conditions.
 

Constructors in org.drools.reteoo with parameters of type TupleSource
AccumulateNode(int id, TupleSource leftInput, ObjectSource rightInput, AlphaNodeFieldConstraint[] resultConstraints, BetaConstraints sourceBinder, BetaConstraints resultBinder, Accumulate accumulate)
           
CollectNode(int id, TupleSource leftInput, ObjectSource rightInput, AlphaNodeFieldConstraint[] resultConstraints, BetaConstraints sourceBinder, BetaConstraints resultsBinder, Collect collect)
          Constructor.
EvalConditionNode(int id, TupleSource tupleSource, EvalCondition eval)
          Construct.
ExistsNode(int id, TupleSource leftInput, ObjectSource rightInput)
          Constructs a new Exists node with EmptyBetaConstraints.
ExistsNode(int id, TupleSource leftInput, ObjectSource rightInput, BetaConstraints joinNodeBinder)
          Construct.
FromNode(int id, DataProvider dataProvider, TupleSource tupleSource, AlphaNodeFieldConstraint[] constraints, BetaConstraints binder)
           
JoinNode(int id, TupleSource leftInput, ObjectSource rightInput)
          Construct.
JoinNode(int id, TupleSource leftInput, ObjectSource rightInput, BetaConstraints binder)
           
NotNode(int id, TupleSource leftInput, ObjectSource rightInput)
          Construct.
NotNode(int id, TupleSource leftInput, ObjectSource rightInput, BetaConstraints joinNodeBinder)
          Construct.
QueryTerminalNode(int id, TupleSource source, Rule rule, GroupElement subrule)
          Construct.
RightInputAdapterNode(int id, TupleSource source)
          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 ReteTuples.
RuleTerminalNode(int id, TupleSource source, Rule rule, GroupElement subrule)
          Construct.
 

Uses of TupleSource in org.drools.reteoo.builder
 

Methods in org.drools.reteoo.builder that return TupleSource
 TupleSource BuildContext.getTupleSource()
           
 

Methods in org.drools.reteoo.builder with parameters of type TupleSource
 void BuildContext.setTupleSource(TupleSource tupleSource)
           
 



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