 | 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
Syntaxvoid ProcessSpecification(
string specPath
)
Parameters
- specPath
- Type: SystemString
The path to the rule specification file (.grg).
ExceptionsException | Condition |
---|
Exception | Thrown, when an error occurred. |
See Also