Class RowLabels
Object
RowLabels
Labels for each row of feature-results in the outputted CSV row.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RowLabels
Creates with a single string as an identifier.- Parameters:
identifier
- the identifier.
-
RowLabels
Creates a newRowLabels
instance.- Parameters:
identifier
- Unique identifier for the row taking all elements together (together a primary key).group
- An identifier for a higher-level group which the row belongs to (foreign key)
-
-
Method Details
-
addToRow
Adds the identifiers to a row to be outputted in a features CSV.- Parameters:
csvRow
- the row of typed-values that will be outputted
-
getGroup
An identifier for a higher-level group which the row belongs to (foreign key)
-