Uni App
HOU - Computer Science - 2024-2025
Loading...
Searching...
No Matches
model.StatisticsModel Class Reference
Inheritance diagram for model.StatisticsModel:
Collaboration diagram for model.StatisticsModel:

Public Member Functions

 StatisticsModel ()
 
List< UniversitygetUniversities ()
 
int getRowCount ()
 
int getColumnCount ()
 
Object getValueAt (int rowIndex, int columnIndex)
 
String getColumnName (int column)
 

Detailed Description

Model part of the Statistics MVC

Constructor & Destructor Documentation

◆ StatisticsModel()

model.StatisticsModel.StatisticsModel ( )
Here is the call graph for this function:

Member Function Documentation

◆ getColumnCount()

int model.StatisticsModel.getColumnCount ( )

◆ getColumnName()

String model.StatisticsModel.getColumnName ( int column)

◆ getRowCount()

int model.StatisticsModel.getRowCount ( )

◆ getUniversities()

List< University > model.StatisticsModel.getUniversities ( )

Returns the list holding the top 10 universities

Returns

◆ getValueAt()

Object model.StatisticsModel.getValueAt ( int rowIndex,
int columnIndex )
Here is the call graph for this function:

The documentation for this class was generated from the following file: