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

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

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

Subinterfaces of Parameterizable in gov.nih.nci.mageom.domain.Protocol
 interface Hardware
          Hardware represents the hardware used.
 interface Protocol
          A Protocol is a parameterizable description of a method.
 interface Software
          Software represents the software used.
 

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

Classes in gov.nih.nci.mageom.domain.Protocol.impl that implement Parameterizable
 class HardwareImpl
          Hardware represents the hardware used.
 class ParameterizableImpl
          The Parameterizable interface encapsulates the association of Parameters with ParameterValues.
 class ProtocolImpl
          A Protocol is a parameterizable description of a method.
 class SoftwareImpl
          Software represents the software used.
 

Methods in gov.nih.nci.mageom.domain.Protocol.impl that return Parameterizable
 Parameterizable[] ParameterizableImpl.searchParameterizables(ParameterizableSearchCriteria criteria)
          Returns an array of Parameterizable objects that satisfy the given ParameterizableSearchCriteria.