Click or drag to resize

BaseGraphIsIsomorph Method (IDictionaryIGraph, SetValueType)

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

Parameters

graphsToCheckAgainst
Type: System.Collections.GenericIDictionaryIGraph, SetValueType

Return Value

Type: Boolean

Implements

IGraphIsIsomorph(IDictionaryIGraph, SetValueType)
See Also