Uses of Interface
gov.nih.nci.mageom.domain.Protocol.HardwareApplication

Packages that use HardwareApplication
gov.nih.nci.mageom.domain.Protocol   
gov.nih.nci.mageom.domain.Protocol.impl   
 

Uses of HardwareApplication in gov.nih.nci.mageom.domain.Protocol
 

Methods in gov.nih.nci.mageom.domain.Protocol that return HardwareApplication
 HardwareApplication[] ProtocolApplication.getHardwareApplications()
          Returns the value of this ProtocolApplication object's hardwareApplications attribute.
 

Methods in gov.nih.nci.mageom.domain.Protocol with parameters of type HardwareApplication
 void ProtocolApplication.setHardwareApplications(HardwareApplication[] p_hardwareApplications)
          Sets the hardwareApplications attribute.
 

Uses of HardwareApplication in gov.nih.nci.mageom.domain.Protocol.impl
 

Classes in gov.nih.nci.mageom.domain.Protocol.impl that implement HardwareApplication
 class HardwareApplicationImpl
          The use of a piece of hardware with the requisite Parameters and ParameterValues.
 

Fields in gov.nih.nci.mageom.domain.Protocol.impl declared as HardwareApplication
protected  HardwareApplication[] ProtocolApplicationImpl.hardwareApplications
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Protocol.impl that return HardwareApplication
 HardwareApplication[] ProtocolApplicationImpl.getHardwareApplications()
           
 HardwareApplication[] HardwareApplicationImpl.searchHardwareApplications(HardwareApplicationSearchCriteria criteria)
          Returns an array of HardwareApplication objects that satisfy the given HardwareApplicationSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.Protocol.impl with parameters of type HardwareApplication
 void ProtocolApplicationImpl.setHardwareApplications(HardwareApplication[] p_hardwareApplications)
          Sets the hardwareApplications attribute.