org.drools.reteoo
Class ReteooBuilder.IdGenerator

java.lang.Object
  extended by org.drools.reteoo.ReteooBuilder.IdGenerator
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ReteooBuilder

public static class ReteooBuilder.IdGenerator
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ReteooBuilder.IdGenerator(int firstId)
           
 
Method Summary
 int getNextId()
           
 void releaseLastId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReteooBuilder.IdGenerator

public ReteooBuilder.IdGenerator(int firstId)
Method Detail

getNextId

public int getNextId()

releaseLastId

public void releaseLastId()