 | LGSPActionsGetAction Method |
Gets the action with the given name.
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic override IAction GetAction(
string name
)
Parameters
- name String
- The name of the action.
Return Value
IActionThe action with the given name, or null, if no such action exists.
Implements
IActionsGetAction(String)
See Also