org.drools.spi
Interface ReteooNode

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
org.drools.reteoo.BaseNode

public interface ReteooNode
extends java.io.Serializable

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

 

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

Method Detail

getId

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

Returns:
unique int value