Uses of Package
edu.asu.cri.MirkE.dataStructures

Packages that use edu.asu.cri.MirkE.dataStructures
edu.asu.cri.MirkE   
edu.asu.cri.MirkE.dataStructures   
edu.asu.cri.MirkE.io   
edu.asu.cri.MirkE.util   
 

Classes in edu.asu.cri.MirkE.dataStructures used by edu.asu.cri.MirkE
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
 

Classes in edu.asu.cri.MirkE.dataStructures used by edu.asu.cri.MirkE.dataStructures
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
MeasuredValue
          A UnitValue along with a first statistical moment (standard deviation) TODO - add support to store and propagate arbitrary moments
Observable
          An Observable is a property that can be measured or otherwise observed ('time'; 'concentration'; 'absorbance at 570nm'; etc).
Unit
           
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)
 

Classes in edu.asu.cri.MirkE.dataStructures used by edu.asu.cri.MirkE.io
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
 

Classes in edu.asu.cri.MirkE.dataStructures used by edu.asu.cri.MirkE.util
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
Observable
          An Observable is a property that can be measured or otherwise observed ('time'; 'concentration'; 'absorbance at 570nm'; etc).
 



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