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

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

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

Methods in gov.nih.nci.mageom.domain.ArrayDesign that return CompositeGroup
 CompositeGroup[] ArrayDesign.getCompositeGroups()
          Returns the value of this ArrayDesign object's compositeGroups attribute.
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign with parameters of type CompositeGroup
 void ArrayDesign.setCompositeGroups(CompositeGroup[] p_compositeGroups)
          Sets the compositeGroups attribute.
 

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

Classes in gov.nih.nci.mageom.domain.ArrayDesign.impl that implement CompositeGroup
 class CompositeGroupImpl
          Allows specification of the type of Composite Design Element.
 

Fields in gov.nih.nci.mageom.domain.ArrayDesign.impl declared as CompositeGroup
protected  CompositeGroup[] ArrayDesignImpl.compositeGroups
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl that return CompositeGroup
 CompositeGroup[] ArrayDesignImpl.getCompositeGroups()
           
 CompositeGroup[] CompositeGroupImpl.searchCompositeGroups(CompositeGroupSearchCriteria criteria)
          Returns an array of CompositeGroup objects that satisfy the given CompositeGroupSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl with parameters of type CompositeGroup
 void ArrayDesignImpl.setCompositeGroups(CompositeGroup[] p_compositeGroups)
          Sets the compositeGroups attribute.