org.gscg.experiment.scenario
Class ScenarioManager
java.lang.Object
org.gscg.experiment.scenario.ScenarioManager
- All Implemented Interfaces:
- java.io.Serializable
- public class ScenarioManager
- extends java.lang.Object
- implements java.io.Serializable
The ScenarioManager.
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX
Delft, the Netherlands. All rights reserved.
See for project information
www.simulation.tudelft.nl .
The source code and binary code of this software is proprietary information
of Delft University of Technology.
- Since:
- 1.0.0
- Version:
- $Revision: 1.2 $ $Date: 2005/08/09 15:43:42 $
- Author:
- Stijn-Pieter
van Houten
- See Also:
- Serialized Form
Constructor Summary |
ScenarioManager(Scenario scenario,
nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface simulator)
constructs a new ScenarioManager |
Method Summary |
void |
scheduleObjects()
Method scheduleObjects schedules all the actions part of the scenario |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScenarioManager
public ScenarioManager(Scenario scenario,
nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface simulator)
- constructs a new ScenarioManager
- Parameters:
scenario
- the scenariosimulator
- the simulator
scheduleObjects
public void scheduleObjects()
- Method scheduleObjects schedules all the actions part of the scenario
Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.