Click or drag to resize

LGSPActions(LGSPGraph, String, String) Constructor

Constructs a new LGSPActions instance. This constructor is deprecated.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
protected LGSPActions(
	LGSPGraph lgspgraph,
	string modelAsmName,
	string actionsAsmName
)

Parameters

lgspgraph  LGSPGraph
The associated graph.
modelAsmName  String
The name of the model assembly.
actionsAsmName  String
The name of the actions assembly.
See Also