Click or drag to resize

graphNodeSetCreateGraphFromLocalRootT Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates normal directed graph, by connecting contained graph nodes at common root nodes. If there are no common nodes it can be added optionally by specifying local root name

Namespace:  imbSCI.Data.collection.graph
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public T CreateGraphFromLocalRoot<T>(
	string localRootName = ""
)
where T : new(), IGraphNode
Request Example View Source

Parameters

localRootName (Optional)
Type: SystemString
Name of the local root - in case there is no common root for the set

Type Parameters

T

Return Value

Type: T
Reference to the root node of newly created graph
See Also