TreePlusSilverlight.Graph NamespaceTreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight
This namespace contains classes for the tree and graph structure used in TreePlusSilverlight.
Classes

  ClassDescription
Public classEdge
An Edge that points from one to another, either in the TreePlusTree or the base Graph.
Public classGraphParser
Static class that generates a Graph from a predefined graph-file.
Public classNode
A node either inside the TreePlusTree or the base Graph.
Public classTree
Provides the data structure neccessary to store a TreePlus-tree, as well as functions to traverse and search in the tree.
Enumerations

  EnumerationDescription
Public enumerationTree SearchResult
Used to declare which node to get when doing a tree-search. Either the searched node itself, or the searched node's parent.