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