Click or drag to resize

PatternGraphHomomorphicEdgesGlobal Property

A two-dimensional array describing which pattern edge may be matched non-isomorphic to which pattern edge globally, i.e. the edges are contained in different, but locally nested patterns (alternative cases, iterateds).

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public bool[,] HomomorphicEdgesGlobal { get; }

Property Value

Type: Boolean

Implements

IPatternGraphHomomorphicEdgesGlobal
See Also