 | 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.
Syntaxpublic T CreateGraphFromLocalRoot<T>(
string localRootName = ""
)
where T : new(), IGraphNode
Request Example
View SourceParameters
- 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:
TReference to the root node of newly created graph
See Also