Schnittstelle MergepointAction
- Alle bekannten Implementierungsklassen:
ApplyAction
,OptionAction
,OutputAction
,SourceElementAttributeAction
,TraverseAllAction
public interface MergepointAction
An action which can be executed in a mergepoint.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungexecute
(ControllerState controllerState) Executes the action.
-
Methodendetails
-
execute
Executes the action.- Parameter:
controllerState
- The current state of the controller.- Gibt zurück:
- The value to insert into the mergepoint, not null.
- Löst aus:
GeneratorException
- if an error occurs during generation.
-