List<ISimulationHost> bookedResources) throws RemoteException {
RunInformation result = new RunInformation(config);
ISimulationRun simulation;
// create the model reader
IModelReader modelReader = null;
ModelReaderFactory modelReaderFactory =
SimSystem.getRegistry().getFactory(AbstractModelReaderFactory.class,
config.getAbsModelReaderFactoryParams());
modelReader = modelReaderFactory.create(config.getModelReaderParams(), SimSystem.getRegistry().createContext());