Click or drag to resize

IBackendCreateNamedGraph Method (IGraphModel, IGlobalVariables, String, String)

Creates a new INamedGraph 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
Syntax
C#
INamedGraph CreateNamedGraph(
	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: INamedGraph
The new INamedGraph backend instance.
See Also