Click or drag to resize

LGSPBackendCreateNamedFromSpec(String, IGlobalVariables, String, String, ProcessSpecFlags, ListString, Int32, INamedGraph, IActions) Method


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

Parameters

grgFilename  String
 
globalVariables  IGlobalVariables
 
graphName  String
 
statisticsPath  String
 
flags  ProcessSpecFlags
 
externalAssemblies  ListString
 
capacity  Int32
 
newGraph  INamedGraph
 
newActions  IActions
 

Implements

IBackendCreateNamedFromSpec(String, IGlobalVariables, String, String, ProcessSpecFlags, ListString, Int32, INamedGraph, IActions)
See Also