OntologyAnnotationSection Module
Functions and values
| Function or value |
Description
|
Full Usage:
fromRows prefix label labelTSR labelTAN lineNumber rows
Parameters:
string option
label : string
labelTSR : string
labelTAN : string
lineNumber : int
rows : IEnumerator<SparseRow>
Returns: string option * int * 'a list * DefinedTerm list
Type parameters: 'a |
|
Full Usage:
fromSparseTable label labelTSR labelTAN matrix
Parameters:
string
labelTSR : 'a
labelTAN : string
matrix : SparseTable
Returns: DefinedTerm list
Type parameters: 'a |
|
Full Usage:
toRows prefix label labelTSR labelTAN designs
Parameters:
string option
label : string
labelTSR : string
labelTAN : string
designs : DefinedTerm seq
Returns: SparseRow seq
|
|
Full Usage:
toSparseTable label labelTSR labelTAN designs
Parameters:
string
labelTSR : string
labelTAN : string
designs : DefinedTerm seq
Returns: SparseTable
|
|
ProcessCore