org.tm4j.topicmap.utils
Interface IDGenerator

All Known Implementing Classes:
IDGeneratorImpl, ImprovedIDGeneratorImpl

public interface IDGenerator

The interface for a pseudo-unique identifier generator.


Method Summary
 java.lang.String getID()
           
 

Method Detail

getID

public java.lang.String getID()