 | 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.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic LGSPMatcherGenerator(
IGraphModel model
)
Parameters
- model IGraphModel
- The model for which the matcher functions shall be generated.
See Also