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

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

Uses of DataSet in edu.asu.cri.MirkE
 

Methods in edu.asu.cri.MirkE that return DataSet
 DataSet MirkE.getDataSet()
           
 

Methods in edu.asu.cri.MirkE with parameters of type DataSet
 void MirkE.setDataSet(DataSet dataSet)
           
 

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

Methods in edu.asu.cri.MirkE.dataStructures that return DataSet
 DataSet DataPointCategoryFactory.getDataSet()
           
 

Methods in edu.asu.cri.MirkE.dataStructures with parameters of type DataSet
 void DataPointCategoryFactory.setDataSet(DataSet dataSet)
           
 

Constructors in edu.asu.cri.MirkE.dataStructures with parameters of type DataSet
DataPointCategoryFactory(DataSet dataSet)
          constructor
 

Uses of DataSet in edu.asu.cri.MirkE.io
 

Methods in edu.asu.cri.MirkE.io that return DataSet
static DataSet VictorTextFileDataSetLoader.load(java.lang.String filename)
          load a DataSet from a Victor text dump
static DataSet VictorTextFileDataSetLoader.load(java.io.File[] files)
          load a DataSet from a Victor text dump
static DataSet VictorTextFileDataSetLoader.load(java.io.File file)
          load a DataSet from a Victor text dump
static DataSet VictorTextFileDataSetLoader.load(java.io.File file, DataSet dataSet)
          load a DataSet from a Victor text dump
 

Methods in edu.asu.cri.MirkE.io with parameters of type DataSet
static DataSet VictorTextFileDataSetLoader.load(java.io.File file, DataSet dataSet)
          load a DataSet from a Victor text dump
static void VictorTextFileDataSetLoader.processAndGuessLabelWavelengths(DataSet dataSet, java.util.Vector observables, java.util.Map protocolDescriptionMap)
           
 

Uses of DataSet in edu.asu.cri.MirkE.util
 

Methods in edu.asu.cri.MirkE.util that return DataSet
 DataSet ObservableFactory.getDataSet()
           
 

Methods in edu.asu.cri.MirkE.util with parameters of type DataSet
 void ObservableFactory.setDataSet(DataSet dataSet)
           
 

Constructors in edu.asu.cri.MirkE.util with parameters of type DataSet
ObservableFactory(DataSet dataSet)
          constructor
 



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