GraphParser GenerateGraph Method (FileStream)TreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight
Generates a graph from a FileStream.

Namespace: TreePlusSilverlight.Graph
Assembly: TreePlusSilverlight (in TreePlusSilverlight.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

Return Value

A List of all the Nodes and their corresponding Edges found in the graph-file.
See Also