Class: BidsTsvRow

BidsTsvRow(hedString, rowCells, tsvFile, tsvLine)

A row in a BIDS TSV file.

Constructor

new BidsTsvRow(hedString, rowCells, tsvFile, tsvLine)

Constructor.
Parameters:
Name Type Description
hedString string The parsed string representing this row.
rowCells Map The column-to-value mapping for this row.
tsvFile BidsTsvFile The file this row belongs to.
tsvLine number The line number in tsvFile this line is located at.
Source:

Classes

BidsTsvRow

Members

rowCells :Map

The map of column name to value for this row.
Type:
  • Map
Source: