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.2
Syntax
C#
public static LGSPActions LoadActions(
	string actionFilename,
	LGSPGraph graph
)

Parameters

actionFilename
Type: SystemString
graph
Type: de.unika.ipd.grGen.lgspLGSPGraph

Return Value

Type: LGSPActions
See Also