Click or drag to resize

LGSPMatcherGenerator Constructor

Instantiates a new instance of LGSPMatcherGenerator with the given graph model. A PatternGraphAnalyzer must run before the matcher generator is used, so that the analysis data is written the pattern graphs of the matching patterns to generate code for.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public LGSPMatcherGenerator(
	IGraphModel model
)

Parameters

model  IGraphModel
The model for which the matcher functions shall be generated.
See Also