Click or drag to resize

GraphHelperGetEquivalent(IGraph, IDictionaryIGraph, SetValueType, Boolean, Int32) Method


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,
	int threadId
)

Parameters

candidate  IGraph
 
graphsToCheckAgainst  IDictionaryIGraph, SetValueType
 
includingAttributes  Boolean
 
threadId  Int32
 

Return Value

IGraph
See Also