 | LGSPActionsReplaceAction Method |
Replaces a given action by another one.
For internal use.
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic void ReplaceAction(
string actionName,
LGSPAction newAction
)
Parameters
- actionName String
- The name of the action to be replaced.
- newAction LGSPAction
- The new action.
See Also