Class SimSlowdown

    • Constructor Detail

      • SimSlowdown

        public SimSlowdown​(String id)
    • Method Detail

      • before

        public void before​(org.palladiosimulator.pcm.seff.AbstractAction action,
                           Request entity)
        Description copied from interface: ITraversalListener
        Called by the BehaviourInterpreter when the specified action is about to be traversed by the given entity.
        Specified by:
        before in interface ITraversalListener<org.palladiosimulator.pcm.seff.AbstractAction,​Request>
        Parameters:
        action - the action that is traversed soon
        entity - the entity that traverses the action
      • after

        public void after​(org.palladiosimulator.pcm.seff.AbstractAction action,
                          Request entity)
        Description copied from interface: ITraversalListener
        Called by the BehaviourInterpreter when the specified action has been traversed completely by the given entity.
        Specified by:
        after in interface ITraversalListener<org.palladiosimulator.pcm.seff.AbstractAction,​Request>
        Parameters:
        action - the action that has been traversed
        entity - the entity that has traversed the action