Class LoadXml.XmlModel

java.lang.Object
org.djutils.event.LocalEventProducer
nl.tudelft.simulation.dsol.model.AbstractDSOLModel<Duration,org.opentrafficsim.core.dsol.OtsSimulatorInterface>
org.opentrafficsim.core.dsol.AbstractOtsModel
org.opentrafficsim.demo.loadfromxml.LoadXml.XmlModel
All Implemented Interfaces:
Serializable, Remote, DSOLModel<Duration,org.opentrafficsim.core.dsol.OtsSimulatorInterface>, org.djutils.event.EventProducer, org.opentrafficsim.core.dsol.OtsModelInterface
Enclosing class:
LoadXml

static class LoadXml.XmlModel extends org.opentrafficsim.core.dsol.AbstractOtsModel
The Model.
  • Constructor Details

    • XmlModel

      XmlModel(org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator, String shortName, String description, String xml)
      Parameters:
      simulator - OtsSimulatorInterface; the simulator
      shortName - String; name of the model
      description - String; description of the model
      xml - String; the XML string
  • Method Details