Package jas.statistics.db

The database package is able to automatically collect simulation data into a HypersonicSQL database.

See:
          Description

Class Summary
CollectionTable A database table which stores one or more variables of a collection of agents.
Column It represents a column of table in the database.
Database A Database object represents a connection with a database management system (natively to a HSQLDB one).
DoubleColumn A column which automatically retrieves and stores data from a double source.
FloatColumn A column which automatically retrieves and stores data from a float source.
IntColumn A column which automatically retrieves and stores data from an integer source.
LongColumn A column which automatically retrieves and stores data from a long source.
StringColumn A column which automatically retrieves and stores data from a string source.
Table An object representing a database table which stores one or more variables from the simulation model.
 

Package jas.statistics.db Description

The database package is able to automatically collect simulation data into a HypersonicSQL database.
See the "How to use databases with JAS" for more details.