Header menu logo arc-validate

InternalUtils Module

Nested modules

Modules Description

String

Type extensions

Type extension Description

Directory.TryGetFiles(path)

Full Usage: Directory.TryGetFiles(path)

Parameters:
    path : string

Returns: string[] option

Returns the names of files (including their paths) in the specified directory if they exist. Else returns None.

Extended Type: Directory

path : string
Returns: string[] option

Directory.TryGetFiles(path, searchPattern)

Full Usage: Directory.TryGetFiles(path, searchPattern)

Parameters:
    path : string
    searchPattern : string

Returns: string[] option

Returns the names of files (including their paths) that match the specified search pattern in the specified directory if they exist. Else returns None.

Extended Type: Directory

path : string
searchPattern : string
Returns: string[] option

FGraph.getNodeData nodeKey graph

Full Usage: FGraph.getNodeData nodeKey graph

Parameters:
    nodeKey : 'a
    graph : FGraph<'a, 'b, 'c>

Returns: 'b

Returns the nodedata of the given graph by using a given nodekey.

Extended Type: FGraph

nodeKey : 'a
graph : FGraph<'a, 'b, 'c>
Returns: 'b

FGraph.getTopNodeKey graph

Full Usage: FGraph.getTopNodeKey graph

Parameters:
    graph : FGraph<'a, 'b, 'c>

Returns: 'a

Returns the key of the node in a structured ontology-FGraph that has no other nodes pointing to.

Extended Type: FGraph

graph : FGraph<'a, 'b, 'c>
Returns: 'a

OboTerm.toCvTerm term

Full Usage: OboTerm.toCvTerm term

Parameters:
Returns: CvTerm

Extended Type: OboTerm

term : OboTerm
Returns: CvTerm

Type something to start searching.