Uses of Class
visidia.stats.Statistics

Packages that use Statistics
visidia.simulation   
visidia.stats   
 

Uses of Statistics in visidia.simulation
 

Methods in visidia.simulation that return Statistics
 Statistics Console.getStats()
          Gets the stats.
 

Methods in visidia.simulation with parameters of type Statistics
 void Console.setStats(Statistics stats)
          Sets the stats.
 

Uses of Statistics in visidia.stats
 

Methods in visidia.stats with parameters of type Statistics
 void StatListener.updatedStats(Statistics stats)