The libGr class library together with the libGr search plan backend v2.5
CreateFromSpec Method (gmFilename, graphName)
Namespacesde.unika.ipd.grGen.lgspLGSPBackendCreateFromSpec(String, String)
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.
Declaration Syntax
C#
public LGSPGraph CreateFromSpec(
	string gmFilename,
	string graphName
)
Parameters
gmFilename (String)
Filename of the model specification file (.gm).
graphName (String)
Name of the new graph.
Return Value
The new LGSPGraph instance.
Exceptions
ExceptionCondition
FileNotFoundExceptionThrown, when a needed specification file does not exist.
ExceptionThrown, when something goes wrong.

Assembly: lgspBackend (Module: lgspBackend) Version: 2.5.26185.0 (2.5.26185.0)