Click or drag to resize

LGSPGrGenProcessSpecification Method (String, String, ProcessSpecFlags, String)

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.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public static void ProcessSpecification(
	string specPath,
	string statisticsPath,
	ProcessSpecFlags flags,
	params string[] externalAssemblies
)

Parameters

specPath
Type: SystemString
The path to the rule specification file (.grg).
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
See Also