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

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

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

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

Methods in gov.nih.nci.mageom.domain.Protocol with parameters of type SoftwareApplication
 void ProtocolApplication.setSoftwareApplications(SoftwareApplication[] p_softwareApplications)
          Sets the softwareApplications attribute.
 

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

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

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

Methods in gov.nih.nci.mageom.domain.Protocol.impl that return SoftwareApplication
 SoftwareApplication[] ProtocolApplicationImpl.getSoftwareApplications()
           
 SoftwareApplication[] SoftwareApplicationImpl.searchSoftwareApplications(SoftwareApplicationSearchCriteria criteria)
          Returns an array of SoftwareApplication objects that satisfy the given SoftwareApplicationSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.Protocol.impl with parameters of type SoftwareApplication
 void ProtocolApplicationImpl.setSoftwareApplications(SoftwareApplication[] p_softwareApplications)
          Sets the softwareApplications attribute.