Class DesmoJSimEngineFactory
java.lang.Object
de.uka.ipd.sdq.simulation.abstractsimengine.desmoj.DesmoJSimEngineFactory
- All Implemented Interfaces:
ISimEngineFactory
,ISimEventFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateEntity
(AbstractSimEntityDelegator e, String name) createSimEvent
(ISimRunnable<E> myEvent, String name) createSimProcess
(AbstractSimProcessDelegator myProcess, String name) void
setModel
(ISimulationModel model)
-
Constructor Details
-
DesmoJSimEngineFactory
public DesmoJSimEngineFactory()
-
-
Method Details
-
setModel
- Specified by:
setModel
in interfaceISimEngineFactory
-
createSimulationControl
- Specified by:
createSimulationControl
in interfaceISimEngineFactory
-
createEntity
- Specified by:
createEntity
in interfaceISimEngineFactory
-
createSimEvent
- Specified by:
createSimEvent
in interfaceISimEventFactory
-
createSimProcess
- Specified by:
createSimProcess
in interfaceISimEngineFactory
-