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

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

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

Subinterfaces of ParameterizableApplication in gov.nih.nci.mageom.domain.Protocol
 interface HardwareApplication
          The use of a piece of hardware with the requisite Parameters and ParameterValues.
 interface ProtocolApplication
          The use of a protocol with the requisite Parameters and ParameterValues.
 interface SoftwareApplication
          The use of a piece of software with the requisite Parameters and ParameterValues.
 

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

Classes in gov.nih.nci.mageom.domain.Protocol.impl that implement ParameterizableApplication
 class HardwareApplicationImpl
          The use of a piece of hardware with the requisite Parameters and ParameterValues.
 class ParameterizableApplicationImpl
          The interface that is the use of a Parameterizable class.
 class ProtocolApplicationImpl
          The use of a protocol with the requisite Parameters and ParameterValues.
 class SoftwareApplicationImpl
          The use of a piece of software with the requisite Parameters and ParameterValues.
 

Methods in gov.nih.nci.mageom.domain.Protocol.impl that return ParameterizableApplication
 ParameterizableApplication[] ParameterizableApplicationImpl.searchParameterizableApplications(ParameterizableApplicationSearchCriteria criteria)
          Returns an array of ParameterizableApplication objects that satisfy the given ParameterizableApplicationSearchCriteria.