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

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

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

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

Methods in gov.nih.nci.mageom.domain.DesignElement with parameters of type ReporterPosition
 void ReporterCompositeMap.setReporterPositionSources(ReporterPosition[] p_reporterPositionSources)
          Sets the reporterPositionSources attribute.
 

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

Classes in gov.nih.nci.mageom.domain.DesignElement.impl that implement ReporterPosition
 class ReporterPositionImpl
          The location in the composite target's sequence to which a source reporter maps.
 

Fields in gov.nih.nci.mageom.domain.DesignElement.impl declared as ReporterPosition
protected  ReporterPosition[] ReporterCompositeMapImpl.reporterPositionSources
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl that return ReporterPosition
 ReporterPosition[] ReporterCompositeMapImpl.getReporterPositionSources()
           
 ReporterPosition[] ReporterPositionImpl.searchReporterPositions(ReporterPositionSearchCriteria criteria)
          Returns an array of ReporterPosition objects that satisfy the given ReporterPositionSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl with parameters of type ReporterPosition
 void ReporterCompositeMapImpl.setReporterPositionSources(ReporterPosition[] p_reporterPositionSources)
          Sets the reporterPositionSources attribute.