Click or drag to resize

GraphHelperGetEquivalent(IGraph, IDictionaryIGraph, SetValueType, Boolean) Method

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.1
Syntax
C#
public static IGraph GetEquivalent(
	IGraph candidate,
	IDictionary<IGraph, SetValueType> graphsToCheckAgainst,
	bool includingAttributes
)

Parameters

candidate  IGraph
 
graphsToCheckAgainst  IDictionaryIGraph, SetValueType
 
includingAttributes  Boolean
 

Return Value

IGraph
See Also