Package org.expasy.jpl.commons.base.record

Provides data records.

See:
          Description

Interface Summary
CountableRecords<T> This interface should be implemented by classes that want to store T objects and keep counts.
DataRecord A data record is a set of typed field and values.
DataTableFactory.TypeManager.IType  
 

Class Summary
DataTable DataTable is a kind of naive relational database table.
DataTableFactory This factory creates instance of DataTable defined by their description of fields (or columns) composed by a name and an associated type (String by default).
DataTableFactory.Builder The builder class that builds DataTableFactory.
DataTableFactory.TypeManager  
RecordsCount<T> This object handles counters on T-types records.
RecordsCountUtils  
 

Enum Summary
RecordsCount.Operator a count operator
 

Package org.expasy.jpl.commons.base.record Description

Provides data records.



Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.