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

Packages that use DesignElement
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 DesignElement in gov.nih.nci.mageom.domain.BioAssayData
 

Methods in gov.nih.nci.mageom.domain.BioAssayData that return DesignElement
 DesignElement BioAssayDatum.getDesignElement()
          Returns the value of this BioAssayDatum object's designElement attribute.
 

Methods in gov.nih.nci.mageom.domain.BioAssayData with parameters of type DesignElement
 void BioAssayDatum.setDesignElement(DesignElement p_designElement)
          Sets the designElement attribute.
 

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

Fields in gov.nih.nci.mageom.domain.BioAssayData.impl declared as DesignElement
protected  DesignElement BioAssayDatumImpl.designElement
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl that return DesignElement
 DesignElement BioAssayDatumImpl.getDesignElement()
           
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl with parameters of type DesignElement
 void BioAssayDatumImpl.setDesignElement(DesignElement p_designElement)
          Sets the designElement attribute.
 

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

Subinterfaces of DesignElement in gov.nih.nci.mageom.domain.DesignElement
 interface CompositeSequence
          A collection of Reporter or CompositeSequence Design Elements, annotated through the association to BioSequence.
 interface Feature
          An intended position on an array.
 interface Reporter
          A Design Element that represents some biological material (clone, oligo, etc.) on an array which will report on some biosequence or biosequences.
 

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

Classes in gov.nih.nci.mageom.domain.DesignElement.impl that implement DesignElement
 class CompositeSequenceImpl
          A collection of Reporter or CompositeSequence Design Elements, annotated through the association to BioSequence.
 class DesignElementImpl
          An element of an array.
 class FeatureImpl
          An intended position on an array.
 class ReporterImpl
          A Design Element that represents some biological material (clone, oligo, etc.) on an array which will report on some biosequence or biosequences.
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl that return DesignElement
 DesignElement[] DesignElementImpl.searchDesignElements(DesignElementSearchCriteria criteria)
          Returns an array of DesignElement objects that satisfy the given DesignElementSearchCriteria.