Uses of Interface
gov.nih.nci.mageom.domain.ArrayDesign.DesignElementGroup

Packages that use DesignElementGroup
gov.nih.nci.mageom.domain.ArrayDesign   
gov.nih.nci.mageom.domain.ArrayDesign.impl   
 

Uses of DesignElementGroup in gov.nih.nci.mageom.domain.ArrayDesign
 

Subinterfaces of DesignElementGroup in gov.nih.nci.mageom.domain.ArrayDesign
 interface CompositeGroup
          Allows specification of the type of Composite Design Element.
 interface FeatureGroup
          A collection of like features.
 interface ReporterGroup
          Allows specification of the type of Reporter Design Element.
 

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

Classes in gov.nih.nci.mageom.domain.ArrayDesign.impl that implement DesignElementGroup
 class CompositeGroupImpl
          Allows specification of the type of Composite Design Element.
 class DesignElementGroupImpl
          The DesignElementGroup holds information on either features, reporters, or compositeSequences, particularly that information that is common between all of the DesignElements contained.
 class FeatureGroupImpl
          A collection of like features.
 class ReporterGroupImpl
          Allows specification of the type of Reporter Design Element.
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl that return DesignElementGroup
 DesignElementGroup[] DesignElementGroupImpl.searchDesignElementGroups(DesignElementGroupSearchCriteria criteria)
          Returns an array of DesignElementGroup objects that satisfy the given DesignElementGroupSearchCriteria.