 | LGSPGrGenProcessSpecification(String, String, ProcessSpecFlags, String) Method |
Processes the given rule specification file and generates a model and actions library in the same directory as the specification file.
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic static void ProcessSpecification(
string specPath,
string statisticsPath,
ProcessSpecFlags flags,
params string[] externalAssemblies
)
Parameters
- specPath String
- The path to the rule specification file (.grg).
- statisticsPath String
- Optional path to a file containing the graph statistics to be used for building the matchers.
- flags ProcessSpecFlags
- Specifies how the specification is to be processed.
- externalAssemblies String
- External assemblies to reference
See Also