Click or drag to resize

graphToDirectedGraphConverterBaseTConvert Method (T, Int32, IEnumerableT)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts the specified source: from T to DirectedGraph

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

Parameters

source
Type: T
The source.
depthLimit (Optional)
Type: SystemInt32
The depth limit.
rootNodes (Optional)
Type: System.Collections.GenericIEnumerableT

Return Value

Type: DirectedGraph
See Also