Object
org.anchoranalysis.feature.io.csv.metadata.RowLabels
public class RowLabels
extends Object
Labels for each row of feature-results in the outputted CSV row.
- Author:
- Owen Feehan
-
-
Method Summary
| Modifier and Type |
Method |
Description |
void |
addToRow(List<TypedValue> csvRow) |
Adds the identifiers to a row to be outputted in a features CSV.
|
Optional<MultiName> |
getGroup() |
An identifier for a higher-level group which the row belongs to (foreign key)
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
public RowLabels(
String identifier)
Creates with a single string as an identifier.
- Parameters:
identifier - the identifier.
-
-
Method Details
-
Adds the identifiers to a row to be outputted in a features CSV.
- Parameters:
csvRow - the row of typed-values that will be outputted
-
An identifier for a higher-level group which the row belongs to (foreign key)