Click or drag to resize

LGSPBackendProcessSpecification(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.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public 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

Implements

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