Click or drag to resize

LGSPBackend.CreateGraph 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: System.String
globalVariables
Type: de.unika.ipd.grGen.libGr.IGlobalVariables
graphName
Type: System.String
parameters
Type:System.String[]

Return Value

Type: IGraph

Implements

IBackend.CreateGraph(String, IGlobalVariables, String,String[])
See Also