Click or drag to resize

GraphHelperInsertDefinedUndirected Method

Inserts a copy of the edge induced/defined subgraph of the given undirected edge set to the graph returns the copy of the dedicated undirected 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.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static IUEdge InsertDefinedUndirected(
	IDictionary<IUEdge, SetValueType> edgeSet,
	IUEdge rootEdge,
	IGraph graph
)

Parameters

edgeSet  IDictionaryIUEdge, SetValueType
 
rootEdge  IUEdge
 
graph  IGraph
 

Return Value

IUEdge
See Also