Click or drag to resize

LGSPBackendProcessSpecification Method (String, String, String, String, ProcessSpecFlags, String)

Processes the given rule specification file and generates a model and actions library.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public void ProcessSpecification(
	string specPath,
	string destDir,
	string intermediateDir,
	string statisticsPath,
	ProcessSpecFlags flags,
	params string[] externalAssemblies
)

Parameters

specPath
Type: SystemString
The path to the rule specification file (.grg).
destDir
Type: SystemString
The directory, where the generated libraries are to be placed.
intermediateDir
Type: SystemString
A directory, where intermediate files can be placed.
statisticsPath
Type: SystemString
Optional path to a file containing the graph statistics to be used for building the matchers.
flags
Type: de.unika.ipd.grGen.libGrProcessSpecFlags
Specifies how the specification is to be processed.
externalAssemblies
Type: SystemString
External assemblies to reference

Implements

IBackendProcessSpecification(String, String, String, String, ProcessSpecFlags, String)
Exceptions
ExceptionCondition
ExceptionThrown, when an error occurred.
See Also