 | IBackendCreateGraph Method (IGraphModel, IGlobalVariables, String, String) |
Creates a new IGraph backend instance with the given graph model and name.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
SyntaxIGraph CreateGraph(
IGraphModel graphModel,
IGlobalVariables globalVariables,
string graphName,
params string[] parameters
)
Parameters
- graphModel
- Type: de.unika.ipd.grGen.libGrIGraphModel
An IGraphModel instance. - globalVariables
- Type: de.unika.ipd.grGen.libGrIGlobalVariables
An object implementing the IGlobalVariables interface, serving as global variables. - graphName
- Type: SystemString
Name of the graph. - parameters
- Type: SystemString
Backend specific parameters.
Return Value
Type:
IGraphThe new IGraph backend instance.
See Also