Class TallyTableModel

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

public class TallyTableModel extends StatisticsTableModel
TallyTableModel maintains a table with all statistics data from the SimTally.

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

    • TallyTableModel

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