Свойство | Type | Description | |
---|---|---|---|
BelongsToStrings | HashSet |
||
Children | IList |
||
Value | string | ||
nodeDepth | int | ||
parent | TreeNode | ||
stringDepth | int |
Méthode | Description | |
---|---|---|
AddSuffix ( List |
||
Output ( ) : void |
Outputs a pretty poor representation of the tree.
|
|
Search ( TreeNode startNode, List |
Searches for the node to insert the suffixes under Dwindles down the suffix list to remove ones already inserted
|
|
TreeNode ( ) : System | ||
TreeNode ( TreeNode parent, string incomingLabel, int depth, int stringNumber ) : System |
Méthode | Description | |
---|---|---|
Insert ( TreeNode insertAt, List |
public AddSuffix ( List |
||
suffix | List |
|
stringNumber | int | |
Résultat | void |
public Search ( TreeNode startNode, List |
||
startNode | TreeNode | |
suffix | List |
|
stringNumber | int | |
Résultat | TreeNode |
public TreeNode ( TreeNode parent, string incomingLabel, int depth, int stringNumber ) : System | ||
parent | TreeNode | |
incomingLabel | string | |
depth | int | |
stringNumber | int | |
Résultat | System |