Package de.uka.ipd.sdq.simucomframework
Class SimuComFactory
- java.lang.Object
-
- de.uka.ipd.sdq.simucomframework.SimuComFactory
-
public class SimuComFactory extends Object
Factory for creating simulation objects. The created objects are already attached to a desmo-j experiment
-
-
Constructor Summary
Constructors Constructor Description SimuComFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SimuComModelgetSimuComModel(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
-
-
-
Method Detail
-
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
-
-