Class EsriCsvSwingApplication.EmptyModel
- java.lang.Object
-
- org.djutils.event.LocalEventProducer
-
- nl.tudelft.simulation.dsol.model.AbstractDsolModel<Double,DevsSimulatorInterface<Double>>
-
- nl.tudelft.simulation.examples.dsol.animation.gis.EsriCsvSwingApplication.EmptyModel
-
- All Implemented Interfaces:
Serializable,Remote,DsolModel<Double,DevsSimulatorInterface<Double>>,EventProducer
- Enclosing class:
- EsriCsvSwingApplication
static class EsriCsvSwingApplication.EmptyModel extends AbstractDsolModel<Double,DevsSimulatorInterface<Double>>
The empty model -- this demo is just to show a map on the screen.
-
-
Field Summary
-
Fields inherited from class nl.tudelft.simulation.dsol.model.AbstractDsolModel
inputParameterMap, outputStatistics, simulator, streamInformation
-
Fields inherited from interface org.djutils.event.EventProducer
FIRST_POSITION, LAST_POSITION
-
-
Constructor Summary
Constructors Constructor Description EmptyModel(DevsSimulatorInterface<Double> simulator)constructs a new EmptyModel.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconstructModel()nl.tudelft.simulation.dsol.animation.gis.GisRenderable2dgetGisMap()-
Methods inherited from class nl.tudelft.simulation.dsol.model.AbstractDsolModel
addInputParameter, getInputParameter, getInputParameterMap, getOutputStatistics, getSimulator, getStreamInformation, setStreamInformation
-
Methods inherited from class org.djutils.event.LocalEventProducer
addListener, addListener, addListener, addListener, fireEvent, fireEvent, fireEvent, fireTimedEvent, fireTimedEvent, fireTimedEvent, fireUnverifiedEvent, fireUnverifiedEvent, fireUnverifiedTimedEvent, fireUnverifiedTimedEvent, getEventListenerMap, getEventTypesWithListeners, getListenerReferences, hasListeners, numberOfListeners, removeAllListeners, removeAllListeners, removeListener
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface nl.tudelft.simulation.dsol.model.DsolModel
getDefaultStream, getStream, getStreams, resetStreams
-
-
-
-
Constructor Detail
-
EmptyModel
EmptyModel(DevsSimulatorInterface<Double> simulator)
constructs a new EmptyModel.- Parameters:
simulator- DevsSimulatorInterface<Double>; the simulator
-
-
Method Detail
-
constructModel
public void constructModel() throws SimRuntimeException- Throws:
SimRuntimeException
-
getGisMap
public nl.tudelft.simulation.dsol.animation.gis.GisRenderable2d getGisMap()
- Returns:
- gisMap
-
-