Click or drag to resize

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

Parameters

specPath
Type: SystemString
The path to the rule specification file (.grg).

Implements

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