Click or drag to resize

BaseGraphGetIsomorph Method

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

Parameters

graphsToCheckAgainst
Type: System.Collections.GenericIDictionaryIGraph, SetValueType

Return Value

Type: IGraph

Implements

IGraphGetIsomorph(IDictionaryIGraph, SetValueType)
See Also