Interface SimpleTimeStampedTableParser.RowConverter<S extends TimeStamped>

  • Type Parameters:
    S - the type of time stamped data (i.e. parsed table rows)
    Enclosing class:
    SimpleTimeStampedTableParser<T extends TimeStamped>

    public static interface SimpleTimeStampedTableParser.RowConverter<S extends TimeStamped>
    Interface for converting a table row into time-stamped data.
    • Method Detail

      • convert

        S convert​(double[] rawFields)
        Convert a row.
        Parameters:
        rawFields - raw row fields, as read from the file
        Returns:
        converted row