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 class
AbstractIDFilenameGenerator<T>
Abstract base class for ID string generators.class
IDGeneratorPostProcessor
A simple ID generator that can make use of data provided by classes implementing IDHandler and DatabaseIDHandler.class
SimpleIDGenerator
A 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 AbstractIDGenerator
IDGeneratorPostProcessor. m_Generator
the generator for generating the ID.Methods in adams.data.id that return AbstractIDGenerator Modifier and Type Method Description AbstractIDGenerator
IDGeneratorPostProcessor. getGenerator()
Returns the generator in use.AbstractIDGenerator
AbstractIDGenerator. shallowCopy()
Returns a shallow copy of itself, i.e., based on the commandline options.AbstractIDGenerator
AbstractIDGenerator. 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 void
IDGeneratorPostProcessor. 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 AbstractIDGenerator
NotesWriter. m_Generator
the ID generator to use.Methods in adams.flow.sink that return AbstractIDGenerator Modifier and Type Method Description AbstractIDGenerator
NotesWriter. getGenerator()
Returns the generator in use.Methods in adams.flow.sink with parameters of type AbstractIDGenerator Modifier and Type Method Description void
NotesWriter. 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 AbstractIDGenerator
IDGenerator. m_Generator
the ID generator to use.Methods in adams.flow.transformer that return AbstractIDGenerator Modifier and Type Method Description AbstractIDGenerator
IDGenerator. getGenerator()
Returns the generator in use.Methods in adams.flow.transformer with parameters of type AbstractIDGenerator Modifier and Type Method Description void
IDGenerator. setGenerator(AbstractIDGenerator value)
Sets the generator to use.
-