Package org.drools.core.reteoo
Class ReteooBuilder.IdGenerator
java.lang.Object
org.drools.core.reteoo.ReteooBuilder.IdGenerator
- All Implemented Interfaces:
Externalizable,Serializable
- Enclosing class:
- ReteooBuilder
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IdGenerator
public IdGenerator() -
IdGenerator
public IdGenerator(int firstId)
-
-
Method Details
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
getNextId
public int getNextId() -
releaseId
public void releaseId(int id) -
getLastId
public int getLastId()
-