Uses of Class
com.github.jamesross03.pop_parser.utils.RecordFormat
Packages that use RecordFormat
Package
Description
A modular and reusable Java library containing functionality for parsing
population record CSVs.
Package containing a number of Objects and abstract classes used by
RecordParser
.Package containing implementations of the
RecordFactory
abstract
class.Package containing implementations of the
RecordFormat
abstract
class.-
Uses of RecordFormat in com.github.jamesross03.pop_parser
Fields in com.github.jamesross03.pop_parser with type parameters of type RecordFormatModifier and TypeFieldDescriptionstatic final Map
<Class<? extends Record>, Function<RecordFormat, RecordFactory<? extends Record>>> Constants.FACTORY_MAP
Map of <Record
subclass,RecordFactory
subclass instance> pairs used to get corresponding factory.Constructors in com.github.jamesross03.pop_parser with parameters of type RecordFormatModifierConstructorDescriptionRecordParser
(Class<T> type, RecordFormat format) Initialises a new instance ofRecordParser
for parsing records of typeT
from input in a given format. -
Uses of RecordFormat in com.github.jamesross03.pop_parser.utils
Fields in com.github.jamesross03.pop_parser.utils declared as RecordFormatModifier and TypeFieldDescriptionprotected final RecordFormat
RecordFactory.format
Structure of records being input.Constructors in com.github.jamesross03.pop_parser.utils with parameters of type RecordFormatModifierConstructorDescriptionRecordFactory
(RecordFormat format) Instialises a new instance of aRecordFactory
subclass for use with a givenRecordFormat
instance. -
Uses of RecordFormat in com.github.jamesross03.pop_parser.utils.factories
Constructors in com.github.jamesross03.pop_parser.utils.factories with parameters of type RecordFormat -
Uses of RecordFormat in com.github.jamesross03.pop_parser.utils.formats
Subclasses of RecordFormat in com.github.jamesross03.pop_parser.utils.formatsModifier and TypeClassDescriptionclass
Class representing the TD format of record input, as designed by Tom Dalton (https://github.com/tomsdalton) and generated using the Valipop application (https://github.com/stacs-srg/valipop).class
Class representing the UMEA format of record input, as used in the UMEA Swedish populations dataset.