AnnotationTable Module
Functions to work with FsTables into graph-based models.
Types
Type | Description |
Functions and values
Function or value | Description |
|
|
Full Usage:
getDataCellsOf fcc table headerCell
Parameters:
FsCellsCollection
table : FsTable
headerCell : FsCell
Returns: FsCell list
|
|
Full Usage:
getHeaderCellsOf fcc table
Parameters:
FsCellsCollection
table : FsTable
Returns: FsCell seq
|
|
Full Usage:
groupTermRelatedBuildingBlocks table fcc cl
Parameters:
FsTable
fcc : FsCellsCollection
cl : FsCell list
Returns: FsCell list list
|
|
Full Usage:
parseIOColumns fcc table headerCell
Parameters:
FsCellsCollection
table : FsTable
headerCell : FsCell
Returns: CvParam list
|
|
Full Usage:
parseTermRelatedBuildingBlocks crStart table fcc cl
Parameters:
bool
table : FsTable
fcc : FsCellsCollection
cl : FsCell list
Returns: CvParam list
|
Takes a list of header cells and an FsCellsCollections and returns a list of CvParams according to the information from the FsCells. If `crStart` is true, it is assumed that the first header cell is a Term containing header cell of a Building Block. This function should only be used for parsing Term-related Building Blocks.
|
Full Usage:
parseWorkbook wb
Parameters:
FsWorkbook
Returns: (string * TokenizedAnnotationTable) list
|
|
Full Usage:
splitColumns table fcc cl
Parameters:
FsTable
fcc : FsCellsCollection
cl : FsCell list
Returns: FsCell list * FsCell list
|
|