 | LGSPActions Constructor (LGSPGraph, String, String) |
Constructs a new LGSPActions instance.
This constructor is deprecated.
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxprotected LGSPActions(
LGSPGraph lgspgraph,
string modelAsmName,
string actionsAsmName
)
Parameters
- lgspgraph
- Type: de.unika.ipd.grGen.lgspLGSPGraph
The associated graph. - modelAsmName
- Type: SystemString
The name of the model assembly. - actionsAsmName
- Type: SystemString
The name of the actions assembly.
See Also