Interface MergepointAction

All Known Implementing Classes:
ApplyAction, OptionAction, OutputAction, SourceElementAttributeAction, TraverseAllAction

public interface MergepointAction
An action which can be executed in a mergepoint.
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(ControllerState controllerState)
    Executes the action.
  • Method Details