Click or drag to resize

LGSPGraphinIsoSpaceMatchedElements Field

a list with the isomorphy spaces, each contains in a dictionary the elements matched locally used in case the is-matched-bits in the graph elements are not sufficient (during non-parallel matching)

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public readonly List<Dictionary<IGraphElement, IGraphElement>> inIsoSpaceMatchedElements

Field Value

ListDictionaryIGraphElement, IGraphElement
See Also