Package edu.kit.ipd.sdq.eventsim.modules
Interface SimulationModuleEntryPoint
-
public interface SimulationModuleEntryPoint
Marker interface to designate a class that needs to be instantiated before the simulation starts. Once instantiated, that class usually registers for theSimulationPrepareEvent
to do initialization work.