Click or drag to resize

LGSPBackendCreateFromSpec(String, IGlobalVariables, String, String, ProcessSpecFlags, ListString, IGraph, IActions) Method


Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public void CreateFromSpec(
	string grgFilename,
	IGlobalVariables globalVariables,
	string graphName,
	string statisticsPath,
	ProcessSpecFlags flags,
	List<string> externalAssemblies,
	out IGraph newGraph,
	out IActions newActions
)

Parameters

grgFilename  String
 
globalVariables  IGlobalVariables
 
graphName  String
 
statisticsPath  String
 
flags  ProcessSpecFlags
 
externalAssemblies  ListString
 
newGraph  IGraph
 
newActions  IActions
 

Implements

IBackendCreateFromSpec(String, IGlobalVariables, String, String, ProcessSpecFlags, ListString, IGraph, IActions)
See Also