Click or drag to resize

LGSPActions Constructor (LGSPGraph)

Constructs a new LGSPActions instance.

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

Parameters

lgspgraph
Type: de.unika.ipd.grGen.lgspLGSPGraph
The associated graph.
See Also