gov.nih.nci.caarray.services.arraydesign.loader.genepix
Class GenepixGalArrayDesignLoader

java.lang.Object
  extended by gov.nih.nci.caarray.services.arraydesign.loader.genepix.GenepixGalArrayDesignLoader

public final class GenepixGalArrayDesignLoader
extends java.lang.Object

Loads array design annotation from a GenePix GAL file.

Author:
ETavela

Method Summary
static GenepixGalArrayDesignLoader create(java.io.File galFile)
           
 PhysicalArrayDesign getArrayDesign()
          Creates and returns the array design object from the .CDF file.
 void reloadArrayDesign(PhysicalArrayDesign design)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static GenepixGalArrayDesignLoader create(java.io.File galFile)

getArrayDesign

public PhysicalArrayDesign getArrayDesign()
                                   throws GenepixGalFormatException
Creates and returns the array design object from the .CDF file.

Returns:
the loaded array design.
Throws:
ArrayDesignDataSourceException
GenepixGalFormatException

reloadArrayDesign

public void reloadArrayDesign(PhysicalArrayDesign design)
                       throws GenepixGalFormatException
Throws:
GenepixGalFormatException