GraphParser GenerateGraph Method (String)TreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight
Generates a graph from a File specified by its filename.

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

Parameters

fileName
Type: OnlineSystem String
The path that leads to the file.

Return Value

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