Package de.uka.ipd.sdq.simucomframework
Class SimuComFactory
java.lang.Object
de.uka.ipd.sdq.simucomframework.SimuComFactory
Factory for creating simulation objects. The created objects are already attached to a desmo-j
experiment
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SimuComModel
getSimuComModel
(SimuComConfig config, SimuComStatus simuComStatus, boolean isRemote, de.uka.ipd.sdq.scheduler.resources.active.IResourceTableManager resourceTableManager) Create a new simulation model as needed by desmo-j
-
Constructor Details
-
SimuComFactory
public SimuComFactory()
-
-
Method Details
-
getSimuComModel
public static SimuComModel getSimuComModel(SimuComConfig config, SimuComStatus simuComStatus, boolean isRemote, de.uka.ipd.sdq.scheduler.resources.active.IResourceTableManager resourceTableManager) Create a new simulation model as needed by desmo-j- Parameters:
name
- The name of the simulation modelshowInReport
- Should desmoj report on our experimentshowInTrance
- Should desmoj trace our experiment- Returns:
- The created simulation model
-