GraphConversionTools Class |
Namespace: imbSCI.Graph.Converters
The GraphConversionTools type exposes the following members.
| Name | Description | |
|---|---|---|
| BasicConverterInstance | ||
| DefaultDMGLConverter |
Default instance of freeGraph to DirectedGraph converter
| |
| DefaultDotToDGMLConverter |
static and autoinitiated object
| |
| DefaultGraphToDGMLConverterInstance |
Basic implementation of the graph to DirectedGraph converter
| |
| IGraphConverter |
static and autoinitiated object
| |
| PropertyExpressionConverterToDGML |
static and autoinitiated object
|
| 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)
|