Class RowLabels

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
  • Constructor Details

  • Method Details

    • addToRow

      public void addToRow​(List<TypedValue> csvRow)
      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

      public Optional<MultiName> getGroup()
      An identifier for a higher-level group which the row belongs to (foreign key)