Click or drag to resize

IBackendProcessSpecification(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.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
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
Exceptions
ExceptionCondition
ExceptionThrown, when an error occurred.
See Also