 | IBackendCreateGraph Method (String, IGlobalVariables, String, String) |
Creates a new IGraph backend instance with the graph model provided by the graph model file and a name.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
SyntaxIGraph CreateGraph(
string modelFilename,
IGlobalVariables globalVariables,
string graphName,
params string[] parameters
)
Parameters
- modelFilename
- Type: SystemString
Filename of a graph model file. - 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