GraphConversionTools Methods |
The GraphConversionTools type exposes the following members.
| Name | Description | |
|---|---|---|
| ConvertNodes | ||
| ConvertToDGML(DotGraph) |
Converts DOT graph to DirectedGraph
| |
| ConvertToDGML(freeGraph) |
Converts to free graph -- from the specified node to its leafs (downwards)
| |
| ConvertToDGML(graphNode, Int32) | ||
| ConvertToDGML(PropertyExpression, Int32) | ||
| ConvertToDGMLT(T, Int32) |
Converts to free graph -- from the specified node to its leafs (downwards)
| |
| ConvertToDOT |
Converts DirectedGraph to DOT graph
| |
| ConvertToFreeGraph |
Converts to free graph -- from the specified node to its leafs (downwards)
|