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