Class SimSlowdown
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.system.debug.SimSlowdown
-
- All Implemented Interfaces:
ITraversalListener<org.palladiosimulator.pcm.seff.AbstractAction,Request>
public class SimSlowdown extends Object implements ITraversalListener<org.palladiosimulator.pcm.seff.AbstractAction,Request>
-
-
Constructor Summary
Constructors Constructor Description SimSlowdown(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafter(org.palladiosimulator.pcm.seff.AbstractAction action, Request entity)Called by theBehaviourInterpreterwhen the specified action has been traversed completely by the given entity.voidbefore(org.palladiosimulator.pcm.seff.AbstractAction action, Request entity)Called by theBehaviourInterpreterwhen the specified action is about to be traversed by the given entity.
-
-
-
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:ITraversalListenerCalled by theBehaviourInterpreterwhen the specified action is about to be traversed by the given entity.- Specified by:
beforein interfaceITraversalListener<org.palladiosimulator.pcm.seff.AbstractAction,Request>- Parameters:
action- the action that is traversed soonentity- the entity that traverses the action
-
after
public void after(org.palladiosimulator.pcm.seff.AbstractAction action, Request entity)Description copied from interface:ITraversalListenerCalled by theBehaviourInterpreterwhen the specified action has been traversed completely by the given entity.- Specified by:
afterin interfaceITraversalListener<org.palladiosimulator.pcm.seff.AbstractAction,Request>- Parameters:
action- the action that has been traversedentity- the entity that has traversed the action
-
-