public class StopActionCreator extends ActionCreator
This class constructs a Stop. It is used to create the 'Stop' object step-by-step, i.e. 'StopActionCreator' objects are of intermediate state.
See Also:
  • Stop
  • AbstractUserAction
  • Constructor Details

    • StopActionCreator

      public StopActionCreator()
  • Method Details

    • build

      public org.palladiosimulator.pcm.usagemodel.AbstractUserAction build()
      Description copied from class: Entity
      Turns the entity in the making into the finished entity.
      Specified by:
      build in class ActionCreator
      Returns:
      the finished entity
    • withName

      public StopActionCreator withName(String name)
      Description copied from class: Entity
      Defines the unique name of this current entity. Once created entities are referenced by this name. Only entities with a unique name can be fetched from the model.
      Overrides:
      withName in class ActionCreator
      Returns:
      this current entity in the making