All Classes and Interfaces

Classes
Class
Description
Object representing a birth record.
RecordFactory subclass for making BirthRecord objects from a line of CSV input.
Defines constants used throughout the pop-parser library.
Abstract class representing a record.
Abstract factory class for making objects of Record subclass T from a line of CSV input.
Abstract class representing a format of record input.
Parser for CSV input files containing records, where type T is a subclass of the Record abstract class representing the type of records (e.g birth).
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 representing the UMEA format of record input, as used in the UMEA Swedish populations dataset.