Uses of Interface
org.tm4j.topicmap.utils.IDGenerator

Packages that use IDGenerator
org.tm4j.topicmap.utils Contains utility classes providing additional functionality for the TM4J API. 
 

Uses of IDGenerator in org.tm4j.topicmap.utils
 

Classes in org.tm4j.topicmap.utils that implement IDGenerator
 class IDGeneratorImpl
          The default IDGenerator implementation.
 class ImprovedIDGeneratorImpl
          The default IDGenerator implementation.
 

Fields in org.tm4j.topicmap.utils declared as IDGenerator
protected  IDGenerator TopicMapDoclet.m_idGen
           
 

Methods in org.tm4j.topicmap.utils that return IDGenerator
 IDGenerator LTMBuilder.getIDGenerator()
          Returns the IDGenerator used by this LTMBuilder.
static IDGenerator IDGeneratorFactory.newIDGenerator()
          Creates a new IDGenerator implementation.
 

Methods in org.tm4j.topicmap.utils with parameters of type IDGenerator
 void LTMParser.setIDGenerator(IDGenerator idgen)
           
 void LTMBuilder.setIDGenerator(IDGenerator idgen)
          Sets the IDGenerator used by this LTMBuilder (and its LTMParser).