Package jas.io

This package contains some utilities to read and write data to the disk, supporting the CSV, XML and Microsoft Excel file formats.

See:
          Description

Class Summary
CSVFileDataReader A reader for Comma Separated Value formatted files.
CSVFileDataWriter A writer for Comma Separated Value formatted files.
CustomFileFilter  
DataFileReader A reader for customly formatted files.
DataFileWriter A writer for customly formatted files.
DataTable A table contaning columns type based on a ParametersBag object.
DataTableFrame A frame to be used as an input form for DataTable objects.
ExcelReader This class is a simple and a fast way to use the Andy Khan's excelread library.
ImageGenerator  
ParameterField An object representing a parameter, with its own type, a short description and the min-max range when it is bounded.
ParameterFrame A frame used for parameter input.
ParameterPanel Not of interest for user.
ParametersBag A container for parameters.
SVGGenerator  
ValueReader Not of interest for users.
VariableMonitorFrame  
XLSFileDataReader A reader for Microsoft Excel files.
XLSFileDataWriter A writer for Microsoft Excel files.
XMLManipulator A collection of methods to easly manipulate XML documents.
 

Package jas.io Description

This package contains some utilities to read and write data to the disk, supporting the CSV, XML and Microsoft Excel file formats. It also contains some GUI interfaces used to get model parameters from users.