Click or drag to resize

LGSPGrGen Class

The C#-part of the GrGen.NET frontend. It is responsible for generating initial actions with static search plans. (and compiling the XGRSs of the exec statements vie LGSPSequenceGenerator)
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspLGSPGrGen

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public class LGSPGrGen

The LGSPGrGen type exposes the following members.

Methods
 NameDescription
Public methodStatic memberProcessSpecification(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.
Public methodStatic memberProcessSpecification(String, String, String, String, ProcessSpecFlags, String) Processes the given rule specification file and generates a model and actions library.
Top
See Also