|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The DESS defines the interface of the DESS simulator. DESS stands for the Differential Equation System Specification. More information on Modeling & Simulation can be found in "Theory of Modeling and Simulation" by Bernard Zeigler et. al.
(c) copyright 2003 Delft
University of Technology , the Netherlands.
See for project information
www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
| Field Summary | |
static double |
DEFAULT_TIME_STEP
DEFAULT_TIME_STEP represents the default timestep for the simulator |
static nl.tudelft.simulation.event.EventType |
TIME_STEP_CHANGED_EVENT
TIME_STEP_CHANGED_EVENT is fired when the time step is set |
| Fields inherited from interface nl.tudelft.simulation.dsol.simulators.SimulatorInterface |
END_OF_REPLICATION_EVENT, START_EVENT, START_REPLICATION_EVENT, STEP_EVENT, STOP_EVENT, TIME_CHANGED_EVENT, WARMUP_EVENT |
| Fields inherited from interface nl.tudelft.simulation.event.EventProducerInterface |
FIRST_POSITION, LAST_POSITION |
| Method Summary | |
double |
getTimeStep()
returns the time step of the DESS simulator |
void |
setTimeStep(double timeStep)
Method setTimeStep sets the time step of the simulator |
| Methods inherited from interface nl.tudelft.simulation.dsol.simulators.SimulatorInterface |
getReplication, getSimulatorTime, initialize, isRunning, start, step, stop |
| Methods inherited from interface nl.tudelft.simulation.event.EventProducerInterface |
addListener, addListener, addListener, addListener, getEventTypes, removeListener |
| Field Detail |
public static final nl.tudelft.simulation.event.EventType TIME_STEP_CHANGED_EVENT
public static final double DEFAULT_TIME_STEP
| Method Detail |
public double getTimeStep()
throws java.rmi.RemoteException
java.rmi.RemoteException - on network failure
public void setTimeStep(double timeStep)
throws java.rmi.RemoteException
timeStep - the new timeStep. Its value should be >0.0
java.rmi.RemoteException - on network failure
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||