The libGr class library together with the libGr search plan backend v2.5
CreateGraph Method (modelFilename, graphName, parameters)
Namespacesde.unika.ipd.grGen.lgspLGSPBackendCreateGraph(String, String, array<String>[]()[])
Creates a new IGraph backend instance with the graph model provided by the graph model file and a name.
Declaration Syntax
C#
public IGraph CreateGraph(
	string modelFilename,
	string graphName,
	params string[] parameters
)
Parameters
modelFilename (String)
Filename of a graph model file
graphName (String)
Name of the graph
parameters (array< String >[]()[])
Backend specific parameters
Return Value
The new IGraph backend instance

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