The libGr class library together with the libGr search plan backend v2.5
CreateFromSpec Method (grgFilename, newGraph, newActions)
Namespacesde.unika.ipd.grGen.lgspLGSPBackendCreateFromSpec(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.
Declaration Syntax
C#
public void CreateFromSpec(
	string grgFilename,
	out LGSPGraph newGraph,
	out LGSPActions newActions
)
Parameters
grgFilename (String)
Filename of the rule specification file (.grg).
newGraph ( LGSPGraph %)
Returns the new graph.
newActions ( LGSPActions %)
Returns the new BaseActions object.
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)