 | LGSPGrGenProcessSpecification(String, String, String, String, ProcessSpecFlags, String) Method |
Processes the given rule specification file and generates a model and actions library.
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic static void ProcessSpecification(
string specPath,
string destDir,
string intermediateDir,
string statisticsPath,
ProcessSpecFlags flags,
params string[] externalAssemblies
)
Parameters
- specPath String
- The path to the rule specification file (.grg).
- destDir String
- The directory, where the generated libraries are to be placed.
- intermediateDir String
- A directory, where intermediate files can be placed.
- 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
ExceptionsException | Condition |
---|
Exception | Thrown, when an error occurred. |
See Also