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 void
after(org.palladiosimulator.pcm.seff.AbstractAction action, Request entity)
Called by theBehaviourInterpreter
when the specified action has been traversed completely by the given entity.void
before(org.palladiosimulator.pcm.seff.AbstractAction action, Request entity)
Called by theBehaviourInterpreter
when 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:ITraversalListener
Called by theBehaviourInterpreter
when the specified action is about to be traversed by the given entity.- Specified by:
before
in 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:ITraversalListener
Called by theBehaviourInterpreter
when the specified action has been traversed completely by the given entity.- Specified by:
after
in interfaceITraversalListener<org.palladiosimulator.pcm.seff.AbstractAction,Request>
- Parameters:
action
- the action that has been traversedentity
- the entity that has traversed the action
-
-