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