 | GraphHelperInsertDefined(IDictionary, IEdge, IGraph) Method |
Inserts a copy of the edge induced/defined subgraph of the given edge set to the graph
returns the copy of the dedicated root edge
the root edge is processed as if it was in the given edge set even if it isn't
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static IEdge InsertDefined(
IDictionary edgeSet,
IEdge rootEdge,
IGraph graph
)
Parameters
- edgeSet IDictionary
-
- rootEdge IEdge
-
- graph IGraph
-
Return Value
IEdge
See Also