org.drools.common
Interface NetworkNode

All Superinterfaces:
java.io.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 java.io.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