Uses of Interface
gov.nih.nci.mageom.domain.DesignElement.ReporterCompositeMap

Packages that use ReporterCompositeMap
gov.nih.nci.mageom.domain.DesignElement   
gov.nih.nci.mageom.domain.DesignElement.impl   
 

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

Methods in gov.nih.nci.mageom.domain.DesignElement that return ReporterCompositeMap
 ReporterCompositeMap[] CompositeSequence.getReporterCompositeMaps()
          Returns the value of this CompositeSequence object's reporterCompositeMaps attribute.
 

Methods in gov.nih.nci.mageom.domain.DesignElement with parameters of type ReporterCompositeMap
 void CompositeSequence.setReporterCompositeMaps(ReporterCompositeMap[] p_reporterCompositeMaps)
          Sets the reporterCompositeMaps attribute.
 

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

Classes in gov.nih.nci.mageom.domain.DesignElement.impl that implement ReporterCompositeMap
 class ReporterCompositeMapImpl
          A ReporterCompositeMap is the description of how source Reporters are transformed into a target CompositeSequences.
 

Fields in gov.nih.nci.mageom.domain.DesignElement.impl declared as ReporterCompositeMap
protected  ReporterCompositeMap[] CompositeSequenceImpl.reporterCompositeMaps
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl that return ReporterCompositeMap
 ReporterCompositeMap[] CompositeSequenceImpl.getReporterCompositeMaps()
           
 ReporterCompositeMap[] ReporterCompositeMapImpl.searchReporterCompositeMaps(ReporterCompositeMapSearchCriteria criteria)
          Returns an array of ReporterCompositeMap objects that satisfy the given ReporterCompositeMapSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl with parameters of type ReporterCompositeMap
 void CompositeSequenceImpl.setReporterCompositeMaps(ReporterCompositeMap[] p_reporterCompositeMaps)
          Sets the reporterCompositeMaps attribute.