|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DESSSimulatorInterface
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 2002-2005 Delft
University of Technology , the Netherlands.
See for project information
www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
Field Summary | |
---|---|
static double |
DEFAULT_TIME_STEP
DEFAULT_TIME_STEP represents the default timestep for the simulator |
static 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 |
---|
static final EventType TIME_STEP_CHANGED_EVENT
static final double DEFAULT_TIME_STEP
Method Detail |
---|
double getTimeStep() throws RemoteException
RemoteException
- on network failurevoid setTimeStep(double timeStep) throws RemoteException
timeStep
- the new timeStep. Its value should be >0.0
RemoteException
- on network failure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |