This namespace contains classes for the tree and graph structure used in TreePlusSilverlight.
Classes
Class | Description | |
---|---|---|
Edge |
An Edge that points from one to another, either in the TreePlusTree or the base Graph.
| |
GraphParser |
Static class that generates a Graph from a predefined graph-file.
| |
Node |
A node either inside the TreePlusTree or the base Graph.
| |
Tree |
Provides the data structure neccessary to store a TreePlus-tree, as well as functions to traverse and search in the tree.
|
Enumerations
Enumeration | Description | |
---|---|---|
Tree SearchResult |
Used to declare which node to get when doing a tree-search. Either the searched node itself, or the searched node's parent.
|