InternalUtils Module
Nested modules
Modules | Description |
|
Type extensions
Type extension | Description |
Full Usage:
Directory.TryGetFiles(path)
Parameters:
string
Returns: string[] option
|
Returns the names of files (including their paths) in the specified directory if they exist. Else returns None.
Extended Type:
|
Full Usage:
Directory.TryGetFiles(path, searchPattern)
Parameters:
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:
|
Full Usage:
FGraph.getNodeData nodeKey graph
Parameters:
'a
graph : FGraph<'a, 'b, 'c>
Returns: 'b
|
Returns the nodedata of the given graph by using a given nodekey.
Extended Type:
|
Full Usage:
FGraph.getTopNodeKey graph
Parameters:
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:
|
|
Extended Type:
|