Click or drag to resize

IBackendProcessSpecification(String) Method

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.1
Syntax
C#
void ProcessSpecification(
	string specPath
)

Parameters

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