Click or drag to resize

LGSPActionsLoadActions Method

Loads a LGSPActions instance from the given file. If the file is a ".cs" file it will be compiled first.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public static LGSPActions LoadActions(
	string actionFilename,
	LGSPGraph graph
)

Parameters

actionFilename  String
 
graph  LGSPGraph
 

Return Value

LGSPActions
See Also