Package nl.tudelft.simulation.dsol.statistics.table


package nl.tudelft.simulation.dsol.statistics.table
Table representation of the statistics. Although the TableModel is defined in swing, it is independent of its representation on the screen. The actual representation of the table on the screen or on a web page can be found in the dsol-swing and dsol-web projects.

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
  • Classes
    Class
    Description
    CounterTableModel maintains a table with all statistics data from the SimCounter.
    PersistentTableModel maintains a table with all statistics data from the SimPersistent.
    The StatisticsTableModel class defines the tableModel used to represent statistics objects as a table, e.g., on the screen or on a web page.
    TallyTableModel maintains a table with all statistics data from the SimTally.