Click or drag to resize

LGSPBackendCreateGraph Method (String, IGlobalVariables, String, String)

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public IGraph CreateGraph(
	string modelFilename,
	IGlobalVariables globalVariables,
	string graphName,
	params string[] parameters
)

Parameters

modelFilename
Type: SystemString
globalVariables
Type: de.unika.ipd.grGen.libGrIGlobalVariables
graphName
Type: SystemString
parameters
Type: SystemString

Return Value

Type: IGraph

Implements

IBackendCreateGraph(String, IGlobalVariables, String, String)
See Also