Class CounterTableModel

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

public class CounterTableModel extends StatisticsTableModel
CounterTableModel maintains a table with all statistics data from the SimCounter.

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

    • CounterTableModel

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