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

NetworkNode (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.common
Interface NetworkNode

All Superinterfaces:
Serializable
All Known Implementing Classes:
AccumulateNode, AlphaNode, BaseNode, CollectNode, EvalConditionNode, ExistsNode, FromNode, JoinNode, LeftInputAdapterNode, NotNode, ObjectSource, ObjectTypeNode, QueryTerminalNode, Rete, RightInputAdapterNode, RuleTerminalNode, TupleSource

public interface NetworkNode
extends Serializable

Interface used to expose generic information on Rete nodes outside of he package. It is used for exposing information events.

Author:
Mark Proctor, Bob McWhirter

Method Summary
 int getId()
          Returns the unique id that represents the node in the Rete network
 

Method Detail

getId

int getId()
Returns the unique id that represents the node in the Rete network

Returns:
unique int value


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