![]() | LGSPBackend Class |
Namespace: de.unika.ipd.grGen.lgsp
public class LGSPBackend : IBackend
The LGSPBackend type exposes the following members.
Name | Description | |
---|---|---|
![]() | LGSPBackend | Initializes a new instance of the LGSPBackend class |
Name | Description | |
---|---|---|
![]() | ArgumentNames | |
![]() ![]() | Instance | |
![]() | Name |
Name | Description | |
---|---|---|
![]() | CreateFromSpec(String, IGlobalVariables) |
Creates a new LGSPGraph instance from the specified specification file.
If the according dll does not exist or is out of date, the needed processing steps are performed automatically.
A name for the graph is automatically generated.
|
![]() | CreateFromSpec(String, IGlobalVariables, String, LGSPGraph, LGSPActions) |
Creates a new LGSPGraph and LGSPActions instance from the specified specification file.
If the according dlls do not exist or are out of date, the needed processing steps are performed automatically.
A name for the graph is automatically generated.
|
![]() | CreateFromSpec(String, IGlobalVariables, String, String, ProcessSpecFlags, ListString) | |
![]() | CreateFromSpec(String, IGlobalVariables, String, String, ProcessSpecFlags, ListString, IGraph, IActions) | |
![]() | CreateFromSpec(String, IGlobalVariables, String, String, ProcessSpecFlags, ListString, Boolean, Int32) |
Creates a new LGSPGraph or LGSPNamedGraph instance from the specified specification file.
If the according dll does not exist or is out of date, the needed processing steps are performed automatically.
|
![]() | CreateFromSpec(String, IGlobalVariables, String, String, ProcessSpecFlags, ListString, Boolean, Int32, LGSPGraph, LGSPActions) |
Creates a new LGSPGraph or LGSPNamedGraph and LGSPActions instance from the specified specification file.
If the according dlls do not exist or are out of date, the needed processing steps are performed automatically.
|
![]() | CreateGlobalVariables | |
![]() | CreateGraph(String, IGlobalVariables, String, String) | |
![]() | CreateGraph(IGraphModel, IGlobalVariables, String, String) | |
![]() | CreateGraph(String, IGlobalVariables, String, Boolean, String) |
Creates a new LGSPGraph or LGSPNamedGraph backend instance with the graph model provided by the graph model file and a name.
|
![]() | CreateNamedFromSpec(String, IGlobalVariables, Int32) |
Creates a new LGSPNamedGraph instance from the specified specification file.
If the according dll does not exist or is out of date, the needed processing steps are performed automatically.
A name for the graph is automatically generated.
|
![]() | CreateNamedFromSpec(String, IGlobalVariables, String, Int32, LGSPNamedGraph, LGSPActions) |
Creates a new LGSPNamedGraph and LGSPActions instance from the specified specification file.
If the according dlls do not exist or are out of date, the needed processing steps are performed automatically.
A name for the graph is automatically generated.
|
![]() | CreateNamedFromSpec(String, IGlobalVariables, String, String, ProcessSpecFlags, ListString, Int32) | |
![]() | CreateNamedFromSpec(String, IGlobalVariables, String, String, ProcessSpecFlags, ListString, Int32, INamedGraph, IActions) | |
![]() | CreateNamedGraph(String, IGlobalVariables, String, String) | |
![]() | CreateNamedGraph(IGraphModel, IGlobalVariables, String, String) | |
![]() | ProcessSpecification(String) |
Processes the given rule specification file and generates a model and actions library in the same directory as the specification file.
|
![]() | ProcessSpecification(String, String, String, String, ProcessSpecFlags, String) |
Processes the given rule specification file and generates a model and actions library.
|