Uses of Class
gov.nih.nci.caarray.services.fileparse.gal.GalBlockData

Packages that use GalBlockData
gov.nih.nci.caarray.services.fileparse.gal   
gov.nih.nci.caarray.services.fileparse.gal.magemapping   
 

Uses of GalBlockData in gov.nih.nci.caarray.services.fileparse.gal
 

Methods in gov.nih.nci.caarray.services.fileparse.gal that return GalBlockData
 GalBlockData[] GalHeaderListener.getBlocks()
           
 GalBlockData[] GalFileParseHandler.getGalBlocks()
           
 

Methods in gov.nih.nci.caarray.services.fileparse.gal with parameters of type GalBlockData
 void GalFileParseHandler.setGalBlocks_(GalBlockData[] datas)
           
 

Uses of GalBlockData in gov.nih.nci.caarray.services.fileparse.gal.magemapping
 

Methods in gov.nih.nci.caarray.services.fileparse.gal.magemapping with parameters of type GalBlockData
 PhysicalArrayDesign GalToMageMapping.getGalToMageMapping(ArrayDesignDesc arrayDesignDesc, GalBlockData[] galBlocks, GalFeatureData[] featureData)