Class RecordFormat
java.lang.Object
com.github.jamesross03.pop_parser.utils.RecordFormat
- Direct Known Subclasses:
TDFormat
,UMEAFormat
Abstract class representing a format of record input.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RecordFormat
public RecordFormat()
-
-
Method Details
-
getForenameBirth
Gets forename from a birth record.- Parameters:
row
- Map of <key, value> pairs from a line of input- Returns:
- forename
-
getSurnameBirth
Gets surname from a birth record.- Parameters:
row
- Map of <key, value> pairs from a line of input- Returns:
- surname
-
toString
-