Uses of Class
edu.asu.cri.MirkE.dataStructures.UnitValue

Packages that use UnitValue
edu.asu.cri.MirkE.dataStructures   
 

Uses of UnitValue in edu.asu.cri.MirkE.dataStructures
 

Subclasses of UnitValue in edu.asu.cri.MirkE.dataStructures
 class MeasuredValue
          A UnitValue along with a first statistical moment (standard deviation) TODO - add support to store and propagate arbitrary moments
 

Methods in edu.asu.cri.MirkE.dataStructures with parameters of type UnitValue
 MeasuredValue MeasuredValue.add(UnitValue unitValue)
          add a MeasuredValue to this and return the sum (if it exists)
 MeasuredValue MeasuredValue.subtract(UnitValue unitValue)
          add a MeasuredValue to this and return the sum (if it exists)
 void DataPoint.storeUnitValueForObservable(java.lang.Object observable, UnitValue unitValue)
           
 

Constructors in edu.asu.cri.MirkE.dataStructures with parameters of type UnitValue
MeasuredValue(UnitValue unitValue)
          constructor
 



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