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

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


Uses of Interface
org.drools.common.NetworkNode

Packages that use NetworkNode
org.drools.common   
org.drools.reteoo   
 

Uses of NetworkNode in org.drools.common
 

Classes in org.drools.common that implement NetworkNode
 class BaseNode
          The base class for all Rete nodes.
 

Uses of NetworkNode in org.drools.reteoo
 

Classes in org.drools.reteoo that implement NetworkNode
 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 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.
 class ObjectSource
          A source of FactHandles for an ObjectSink.
 class ObjectTypeNode
          ObjectTypeNodes are responsible for filtering and propagating the matching fact assertions propagated from the Rete node using ObjectType interface.
 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.
 class TupleSource
          A source of ReteTuple s for a TupleSink.
 



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