 | LGSPActions(LGSPGraph, String, String) Constructor |
Constructs a new LGSPActions instance.
This constructor is deprecated.
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxprotected 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