Uses of Class
adams.data.id.AbstractIDGenerator
-
Packages that use AbstractIDGenerator Package Description adams.data.id adams.flow.sink adams.flow.transformer -
-
Uses of AbstractIDGenerator in adams.data.id
Subclasses of AbstractIDGenerator in adams.data.id Modifier and Type Class Description classAbstractIDFilenameGenerator<T>Abstract base class for ID string generators.classIDGeneratorPostProcessorA simple ID generator that can make use of data provided by classes implementing IDHandler and DatabaseIDHandler.classSimpleIDGeneratorA simple ID generator that can make use of data provided by classes implementing IDHandler and DatabaseIDHandler.Fields in adams.data.id declared as AbstractIDGenerator Modifier and Type Field Description protected AbstractIDGeneratorIDGeneratorPostProcessor. m_Generatorthe generator for generating the ID.Methods in adams.data.id that return AbstractIDGenerator Modifier and Type Method Description AbstractIDGeneratorIDGeneratorPostProcessor. getGenerator()Returns the generator in use.AbstractIDGeneratorAbstractIDGenerator. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.AbstractIDGeneratorAbstractIDGenerator. shallowCopy(boolean expand)Returns a shallow copy of itself, i.e., based on the commandline options.Methods in adams.data.id with parameters of type AbstractIDGenerator Modifier and Type Method Description voidIDGeneratorPostProcessor. setGenerator(AbstractIDGenerator value)Sets the generator to use. -
Uses of AbstractIDGenerator in adams.flow.sink
Fields in adams.flow.sink declared as AbstractIDGenerator Modifier and Type Field Description protected AbstractIDGeneratorNotesWriter. m_Generatorthe ID generator to use.Methods in adams.flow.sink that return AbstractIDGenerator Modifier and Type Method Description AbstractIDGeneratorNotesWriter. getGenerator()Returns the generator in use.Methods in adams.flow.sink with parameters of type AbstractIDGenerator Modifier and Type Method Description voidNotesWriter. setGenerator(AbstractIDGenerator value)Sets the generator to use. -
Uses of AbstractIDGenerator in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractIDGenerator Modifier and Type Field Description protected AbstractIDGeneratorIDGenerator. m_Generatorthe ID generator to use.Methods in adams.flow.transformer that return AbstractIDGenerator Modifier and Type Method Description AbstractIDGeneratorIDGenerator. getGenerator()Returns the generator in use.Methods in adams.flow.transformer with parameters of type AbstractIDGenerator Modifier and Type Method Description voidIDGenerator. setGenerator(AbstractIDGenerator value)Sets the generator to use.
-