Uses of Class
org.biomage.Protocol.Hardware

Packages that use Hardware
gov.nih.nci.caarray.services.protocol   
org.biomage.Interface   
org.biomage.Protocol   
 

Uses of Hardware in gov.nih.nci.caarray.services.protocol
 

Methods in gov.nih.nci.caarray.services.protocol that return Hardware
 Hardware HardwareManagerDB.getHardware(long id)
          Retrieve the Hardware that has the specified ID.
 Hardware[] HardwareManagerDB.getHardwares(HardwareSearchCriteria criteria)
          Get available hardwares.
 

Methods in gov.nih.nci.caarray.services.protocol with parameters of type Hardware
 long HardwareManagerDB.addHardware(Hardware hardware)
          Add a new hardware.
static void ProtocolUtils.copy(HardwareData source, Hardware target)
           
static void ProtocolUtils.copy(Hardware source, HardwareData target)
           
static void ProtocolUtils.copy(Hardware source, HardwareDesc target)
           
 boolean HardwareManagerDB.updateHardware(Hardware hardware)
          Update an existing hardware.
 

Uses of Hardware in org.biomage.Interface
 

Methods in org.biomage.Interface that return Hardware
 Hardware HasHardwares.getFromHardwares(int position)
          Method to get Hardware from Hardwares_list
 Hardware HasHardware.getHardware()
          Get method for hardware
 

Methods in org.biomage.Interface with parameters of type Hardware
 void HasHardwares.addToHardwares(Hardware hardware)
          Method to add Hardware to Hardwares_list
 void HasHardwares.addToHardwares(int position, Hardware hardware)
          Method to add Hardware at position to Hardwares_list
 void HasHardwares.removeFromHardwares(Hardware hardware)
          Method to remove first Hardware from Hardwares_list
 void HasHardware.setHardware(Hardware hardware)
          Set method for hardware
 

Uses of Hardware in org.biomage.Protocol
 

Fields in org.biomage.Protocol declared as Hardware
protected  Hardware Software.hardware
          Associates Hardware and Software together.
protected  Hardware HardwareApplication.hardware
          The underlying hardware.
 

Methods in org.biomage.Protocol that return Hardware
 Hardware Protocol_package.getFromHardware_list(int position)
          Method to get Hardware from Hardware_list
 Hardware Protocol.getFromHardwares(int position)
          Method to get Hardware from Hardwares_list
 Hardware Software.getHardware()
          Get method for hardware
 Hardware HardwareApplication.getHardware()
          Get method for hardware
 

Methods in org.biomage.Protocol with parameters of type Hardware
 void Protocol_package.addToHardware_list(Hardware hardware)
          Method to add Hardware to Hardware_list
 void Protocol_package.addToHardware_list(int position, Hardware hardware)
          Method to add Hardware at position to Hardware_list
 void Protocol.addToHardwares(Hardware hardware)
          Method to add Hardware to Hardwares_list
 void Protocol.addToHardwares(int position, Hardware hardware)
          Method to add Hardware at position to Hardwares_list
 void Protocol_package.removeFromHardware_list(Hardware hardware)
          Method to remove first Hardware from Hardware_list
 void Protocol.removeFromHardwares(Hardware hardware)
          Method to remove first Hardware from Hardwares_list
 void Software.setHardware(Hardware hardware)
          Set method for hardware
 void HardwareApplication.setHardware(Hardware hardware)
          Set method for hardware