Uses of Class
org.biomage.ArrayDesign.ZoneGroup

Packages that use ZoneGroup
gov.nih.nci.caarray.services.arraydesign   
gov.nih.nci.caarray.services.fileparse2.arraydesign   
org.biomage.ArrayDesign   
org.biomage.Interface   
 

Uses of ZoneGroup in gov.nih.nci.caarray.services.arraydesign
 

Methods in gov.nih.nci.caarray.services.arraydesign with parameters of type ZoneGroup
 long ZoneGroupManagerDB.addZoneGroup(ZoneGroup zoneGroup)
          Add a new ZoneGroup.
 

Uses of ZoneGroup in gov.nih.nci.caarray.services.fileparse2.arraydesign
 

Methods in gov.nih.nci.caarray.services.fileparse2.arraydesign that return ZoneGroup
 ZoneGroup ArrayDesignTextFileHeaderParser.getZoneGroup()
           
 ZoneGroup ArrayDesignFileHeaderParserItf.getZoneGroup()
           
 ZoneGroup ArrayDesignFileHeaderParser.getZoneGroup()
           
 

Uses of ZoneGroup in org.biomage.ArrayDesign
 

Methods in org.biomage.ArrayDesign that return ZoneGroup
 ZoneGroup PhysicalArrayDesign.getFromZoneGroups(int position)
          Method to get ZoneGroup from ZoneGroups_list
 

Methods in org.biomage.ArrayDesign with parameters of type ZoneGroup
 void PhysicalArrayDesign.addToZoneGroups(int position, ZoneGroup zoneGroup)
          Method to add ZoneGroup at position to ZoneGroups_list
 void PhysicalArrayDesign.addToZoneGroups(ZoneGroup zoneGroup)
          Method to add ZoneGroup to ZoneGroups_list
 void PhysicalArrayDesign.removeFromZoneGroups(ZoneGroup zoneGroup)
          Method to remove first ZoneGroup from ZoneGroups_list
 

Uses of ZoneGroup in org.biomage.Interface
 

Methods in org.biomage.Interface that return ZoneGroup
 ZoneGroup HasZoneGroups.getFromZoneGroups(int position)
          Method to get ZoneGroup from ZoneGroups_list
 

Methods in org.biomage.Interface with parameters of type ZoneGroup
 void HasZoneGroups.addToZoneGroups(int position, ZoneGroup zoneGroup)
          Method to add ZoneGroup at position to ZoneGroups_list
 void HasZoneGroups.addToZoneGroups(ZoneGroup zoneGroup)
          Method to add ZoneGroup to ZoneGroups_list
 void HasZoneGroups.removeFromZoneGroups(ZoneGroup zoneGroup)
          Method to remove first ZoneGroup from ZoneGroups_list