Package edu.asu.cri.MirkE.dataStructures

Class Summary
DataPoint A DataPoint represents a single, atomic set of measurements.
DataPointCategory A collection of related DataPoints TODO - would be *very* nice if categories would automatically update themselves when necessary
DataPointCategoryFactory Simple utility class to prevent duplication of Observable objects TODO - depreciate / remove this class by using features of Hibernate with a non-unique key (like DataPointCategory.categoryName)
DataSet DataSet - a JDBC database / Hibernate backed data store provides a HQL searchable collection of DataPoints TODO - for now, this is really a MultiWellPlateDataSet; need to refactor the DataSet from MultiWellPlateDataSet so this can be used for other applications
DataSetTest  
IndexObservable  
Magnitude  
MeasuredValue A UnitValue along with a first statistical moment (standard deviation) TODO - add support to store and propagate arbitrary moments
MeasuredValueTest  
Observable An Observable is a property that can be measured or otherwise observed ('time'; 'concentration'; 'absorbance at 570nm'; etc).
PlateDescription  
PlateWellCategory  
PlateWellDataPoint TODO - absorb DataPoint into an abstract class and make this a subclass of it
PlateWellDescriptor  
Unit  
UnitTest  
UnitValue storage for a scalar (double) value and an associated Unit TODO - replace the scalar with an arbitrary Object (will take too much time to develope with hibernate for now)
 



Copyright © 2004-2005 Arizona State University - Cancer Research Institute - hosted by Sourceforge. All Rights Reserved.