Class SeffAction

    • Constructor Detail

      • SeffAction

        public SeffAction()
    • Method Detail

      • build

        protected abstract org.palladiosimulator.pcm.seff.AbstractAction build()
        Description copied from class: Entity
        Turns the entity in the making into the finished entity.
        Specified by:
        build in class Entity
        Returns:
        the finished entity
      • followedBy

        public ActionSeff followedBy()
                              throws IllegalStateException
        Turns the previous action-in-the-making into an 'AbstractAction' object. The action is added to the SEFF's body behaviour and its predecessor is set so that the actions are linked in the correct order.
        Returns:
        the SEFF's body behaviour
        Throws:
        IllegalStateException - if internal SEFF creator is not set. This is the responsibility of the implementing class.