Click or drag to resize

graphToDirectedGraphConverterBaseTConvert Method (DirectedGraph, Int32, IEnumerableGraphElement)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts from [!:<TGraphTo>] to [!:<TGraphFrom>]

Namespace:  imbSCI.Graph.Converters
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public override T Convert(
	DirectedGraph source,
	int depthLimit = 500,
	IEnumerable<GraphElement> rootNodes = null
)
Request Example View Source

Parameters

source
Type: imbSCI.Graph.DGMLDirectedGraph
The source.
depthLimit (Optional)
Type: SystemInt32
The depth limit.
rootNodes (Optional)
Type: System.Collections.GenericIEnumerableGraphElement

Return Value

Type: T
See Also