Click or drag to resize

LGSPBackendCreateNamedGraph(IGraphModel, IGlobalVariables, String, String) Method


Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public INamedGraph CreateNamedGraph(
	IGraphModel graphModel,
	IGlobalVariables globalVariables,
	string graphName,
	params string[] parameters
)

Parameters

graphModel  IGraphModel
 
globalVariables  IGlobalVariables
 
graphName  String
 
parameters  String
 

Return Value

INamedGraph

Implements

IBackendCreateNamedGraph(IGraphModel, IGlobalVariables, String, String)
See Also