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.2
Syntax
C#
public readonly List<Dictionary<IGraphElement, IGraphElement>> inIsoSpaceMatchedElements

Field Value

Type: ListDictionaryIGraphElement, IGraphElement
See Also