Click or drag to resize

GraphHelperGetEquivalent Method (IGraph, IDictionaryIGraph, SetValueType, Boolean)

Returns one graph from the given set of graphs that is equivalent to the candidate (sub)graph

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static IGraph GetEquivalent(
	IGraph candidate,
	IDictionary<IGraph, SetValueType> graphsToCheckAgainst,
	bool includingAttributes
)

Parameters

candidate
Type: de.unika.ipd.grGen.libGrIGraph
graphsToCheckAgainst
Type: System.Collections.GenericIDictionaryIGraph, SetValueType
includingAttributes
Type: SystemBoolean

Return Value

Type: IGraph
See Also