Class UMEAFormat
java.lang.Object
com.github.jamesross03.pop_parser.utils.RecordFormat
com.github.jamesross03.pop_parser.utils.formats.UMEAFormat
Class representing the UMEA format of record input, as used in the UMEA
Swedish populations dataset.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UMEAFormat
public UMEAFormat()
-
-
Method Details
-
getForenameBirth
Description copied from class:RecordFormat
Gets forename from a birth record.- Specified by:
getForenameBirth
in classRecordFormat
- Parameters:
row
- Map of <key, value> pairs from a line of input- Returns:
- forename
-
getSurnameBirth
Description copied from class:RecordFormat
Gets surname from a birth record.- Specified by:
getSurnameBirth
in classRecordFormat
- Parameters:
row
- Map of <key, value> pairs from a line of input- Returns:
- surname
-
toString
- Specified by:
toString
in classRecordFormat
-