Reader
01 Syntax
SMRUCC.genomics.GCModeller.Workbench.Knowledge_base.NCBI.MeSH.Tree.Reader
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ParseCategory | 1 | parse the given string term as MeshCategory enum value |
| ReadTerms | 1 | parse the mesh tree from a given text data stream |
| ParseTree | 2 | build a mesh term tree via the tree path that assigned to each term |
03 Members
ParseCategory(
String)parse the given string term as MeshCategory enum value
Parameters
| Name | Type | Description |
|---|---|---|
tree | String | - |
ReadTerms(
Stream)parse the mesh tree from a given text data stream
Parameters
| Name | Type | Description |
|---|---|---|
s | Stream | - |
ParseTree(
String)parse the mesh tree from a specific text file
Parameters
| Name | Type | Description |
|---|---|---|
file | String | - |
ParseTree(
StreamReader)build a mesh term tree via the tree path that assigned to each term
Parameters
| Name | Type | Description |
|---|---|---|
file | StreamReader | - |