Uses of Interface
gov.nih.nci.caarray.services.fileparse2.arraydesign.ZoneMatcher

Packages that use ZoneMatcher
gov.nih.nci.caarray.services.fileparse2.arraydesign.zonematchers   
gov.nih.nci.caarray.services.fileparse2.parsers   
 

Uses of ZoneMatcher in gov.nih.nci.caarray.services.fileparse2.arraydesign.zonematchers
 

Classes in gov.nih.nci.caarray.services.fileparse2.arraydesign.zonematchers that implement ZoneMatcher
 class DefaultZoneMatcher
          The default implementation of ZoneMatcher to allow looking up a Zone such that Zone.name is used as the identifier of a Zone and the parsed feature's zoneIdentifier is to be matched to it to retrieve the Zone for it.
 class GenePixGALZoneMatcher
          This ZoneMatcher is to look up Zone for a GAL file.
 class UCSFSpotZoneMatcher
          This ZoneMatcher is to look up Zone for a UCSF .spt file.
 class ZoneLocationZoneMatcher
           
 

Uses of ZoneMatcher in gov.nih.nci.caarray.services.fileparse2.parsers
 

Methods in gov.nih.nci.caarray.services.fileparse2.parsers that return ZoneMatcher
 ZoneMatcher ArrayDesignDataSetMapper.getZoneMatcher()
           
 

Methods in gov.nih.nci.caarray.services.fileparse2.parsers with parameters of type ZoneMatcher
 void ArrayDesignDataSetMapper.setZoneMatcher(ZoneMatcher zoneMatcher)