The libGr class library together with the libGr search plan backend v2.5
CreateGraph Method (graphModel, graphName, parameters)
Namespacesde.unika.ipd.grGen.lgspLGSPBackendCreateGraph(IGraphModel, String, array<String>[]()[])
Creates a new IGraph backend instance with the given graph model and name
Declaration Syntax
C#
public IGraph CreateGraph(
	IGraphModel graphModel,
	string graphName,
	params string[] parameters
)
Parameters
graphModel (IGraphModel)
An IGraphModel instance
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)