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

Packages that use Reporter
gov.nih.nci.mageom.domain.ArrayDesign   
gov.nih.nci.mageom.domain.ArrayDesign.impl   
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 Reporter in gov.nih.nci.mageom.domain.ArrayDesign
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign that return Reporter
 Reporter[] ReporterGroup.getReporters()
          Returns the value of this ReporterGroup object's reporters attribute.
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign with parameters of type Reporter
 void ReporterGroup.setReporters(Reporter[] p_reporters)
          Sets the reporters attribute.
 

Uses of Reporter in gov.nih.nci.mageom.domain.ArrayDesign.impl
 

Fields in gov.nih.nci.mageom.domain.ArrayDesign.impl declared as Reporter
protected  Reporter[] ReporterGroupImpl.reporters
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl that return Reporter
 Reporter[] ReporterGroupImpl.getReporters()
           
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl with parameters of type Reporter
 void ReporterGroupImpl.setReporters(Reporter[] p_reporters)
          Sets the reporters attribute.
 

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

Methods in gov.nih.nci.mageom.domain.BioAssayData that return Reporter
 Reporter[] ReporterDimension.getReporters()
          Returns the value of this ReporterDimension object's reporters attribute.
 

Methods in gov.nih.nci.mageom.domain.BioAssayData with parameters of type Reporter
 void ReporterDimension.setReporters(Reporter[] p_reporters)
          Sets the reporters attribute.
 

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

Fields in gov.nih.nci.mageom.domain.BioAssayData.impl declared as Reporter
protected  Reporter[] ReporterDimensionImpl.reporters
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl that return Reporter
 Reporter[] ReporterDimensionImpl.getReporters()
           
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl with parameters of type Reporter
 void ReporterDimensionImpl.setReporters(Reporter[] p_reporters)
          Sets the reporters attribute.
 

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

Methods in gov.nih.nci.mageom.domain.DesignElement that return Reporter
 Reporter ReporterPosition.getReporter()
          Returns the value of this ReporterPosition object's reporter attribute.
 Reporter FeatureReporterMap.getReporter()
          Returns the value of this FeatureReporterMap object's reporter attribute.
 

Methods in gov.nih.nci.mageom.domain.DesignElement with parameters of type Reporter
 void ReporterPosition.setReporter(Reporter p_reporter)
          Sets the reporter attribute.
 void FeatureReporterMap.setReporter(Reporter p_reporter)
          Sets the reporter attribute.
 

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

Classes in gov.nih.nci.mageom.domain.DesignElement.impl that implement Reporter
 class ReporterImpl
          A Design Element that represents some biological material (clone, oligo, etc.) on an array which will report on some biosequence or biosequences.
 

Fields in gov.nih.nci.mageom.domain.DesignElement.impl declared as Reporter
protected  Reporter ReporterPositionImpl.reporter
          DOCUMENT ME
protected  Reporter FeatureReporterMapImpl.reporter
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl that return Reporter
 Reporter ReporterPositionImpl.getReporter()
           
 Reporter FeatureReporterMapImpl.getReporter()
           
 Reporter[] ReporterImpl.searchReporters(ReporterSearchCriteria criteria)
          Returns an array of Reporter objects that satisfy the given ReporterSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl with parameters of type Reporter
 void ReporterPositionImpl.setReporter(Reporter p_reporter)
          Sets the reporter attribute.
 void FeatureReporterMapImpl.setReporter(Reporter p_reporter)
          Sets the reporter attribute.