Uses of Interface
gov.nih.nci.mageom.domain.BioAssayData.DesignElementMap

Packages that use DesignElementMap
gov.nih.nci.mageom.domain.BioAssayData   
gov.nih.nci.mageom.domain.BioAssayData.impl   
gov.nih.nci.mageom.domain.DesignElement   
gov.nih.nci.mageom.domain.DesignElement.impl   
 

Uses of DesignElementMap in gov.nih.nci.mageom.domain.BioAssayData
 

Methods in gov.nih.nci.mageom.domain.BioAssayData that return DesignElementMap
 DesignElementMap[] DesignElementMapping.getDesignElementMaps()
          Returns the value of this DesignElementMapping object's designElementMaps attribute.
 

Methods in gov.nih.nci.mageom.domain.BioAssayData with parameters of type DesignElementMap
 void DesignElementMapping.setDesignElementMaps(DesignElementMap[] p_designElementMaps)
          Sets the designElementMaps attribute.
 

Uses of DesignElementMap in gov.nih.nci.mageom.domain.BioAssayData.impl
 

Classes in gov.nih.nci.mageom.domain.BioAssayData.impl that implement DesignElementMap
 class DesignElementMapImpl
          A DesignElementMap is the description of how source DesignElements are transformed into a target DesignElement.
 

Fields in gov.nih.nci.mageom.domain.BioAssayData.impl declared as DesignElementMap
protected  DesignElementMap[] DesignElementMappingImpl.designElementMaps
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl that return DesignElementMap
 DesignElementMap[] DesignElementMappingImpl.getDesignElementMaps()
           
 DesignElementMap[] DesignElementMapImpl.searchDesignElementMaps(DesignElementMapSearchCriteria criteria)
          Returns an array of DesignElementMap objects that satisfy the given DesignElementMapSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl with parameters of type DesignElementMap
 void DesignElementMappingImpl.setDesignElementMaps(DesignElementMap[] p_designElementMaps)
          Sets the designElementMaps attribute.
 

Uses of DesignElementMap in gov.nih.nci.mageom.domain.DesignElement
 

Subinterfaces of DesignElementMap in gov.nih.nci.mageom.domain.DesignElement
 interface CompositeCompositeMap
          A CompositeCompositeMap is the description of how source CompositeSequences are transformed into a target CompositeSequence.
 interface FeatureReporterMap
          A FeatureReporterMap is the description of how source features are transformed into a target reporter.
 interface ReporterCompositeMap
          A ReporterCompositeMap is the description of how source Reporters are transformed into a target CompositeSequences.
 

Uses of DesignElementMap in gov.nih.nci.mageom.domain.DesignElement.impl
 

Classes in gov.nih.nci.mageom.domain.DesignElement.impl that implement DesignElementMap
 class CompositeCompositeMapImpl
          A CompositeCompositeMap is the description of how source CompositeSequences are transformed into a target CompositeSequence.
 class FeatureReporterMapImpl
          A FeatureReporterMap is the description of how source features are transformed into a target reporter.
 class ReporterCompositeMapImpl
          A ReporterCompositeMap is the description of how source Reporters are transformed into a target CompositeSequences.