Class LoadXml

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class LoadXml extends OtsSimulationApplication<org.opentrafficsim.core.dsol.OtsModelInterface>
Select a OTS-network XML file, load it and run it.

Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
See Also:
  • Constructor Details

    • LoadXml

      public LoadXml(org.opentrafficsim.core.dsol.OtsModelInterface model, OtsAnimationPanel animationPanel) throws org.opentrafficsim.draw.core.OtsDrawingException
      Parameters:
      model - OtsModelInterface; the model
      animationPanel - OtsAnimationPanel; the animation panel
      Throws:
      org.opentrafficsim.draw.core.OtsDrawingException - on drawing error
  • Method Details