Click or drag to resize

IBackendProcessSpecification Method (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.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
void ProcessSpecification(
	string specPath
)

Parameters

specPath
Type: SystemString
The path to the rule specification file (.grg).
Exceptions
ExceptionCondition
ExceptionThrown, when an error occurred.
See Also