Click or drag to resize

IBackendCreateNamedGraph(String, IGlobalVariables, String, String) Method

Creates a new INamedGraph 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.1
Syntax
C#
INamedGraph CreateNamedGraph(
	string modelFilename,
	IGlobalVariables globalVariables,
	string graphName,
	params string[] parameters
)

Parameters

modelFilename  String
Filename of a graph model file.
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

INamedGraph
The new INamedGraph backend instance.
See Also