Class PersistentTableModel

All Implemented Interfaces:
Serializable, Remote, EventListener, TableModel, org.djutils.event.EventListener

public class PersistentTableModel extends StatisticsTableModel
PersistentTableModel maintains a table with all statistics data from the SimPersistent.

Copyright (c) 2020-2024 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

    • PersistentTableModel

      public PersistentTableModel(SimPersistent<?> persistent) throws RemoteException
      Constructor.
      Parameters:
      persistent - SimPersistent; the persistent for which the table is created
      Throws:
      RemoteException - when communication with the persistent fails
  • Method Details