Click or drag to resize

GraphHelperInsertInduced Method

Inserts a copy of the induced subgraph of the given node set to the graph returns the copy of the dedicated root node the root node is processed as if it was in the given node 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 INode InsertInduced(
	IDictionary<INode, SetValueType> nodeSet,
	INode rootNode,
	IGraph graph
)

Parameters

nodeSet  IDictionaryINode, SetValueType
 
rootNode  INode
 
graph  IGraph
 

Return Value

INode
See Also