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

Packages that use FeatureGroup
gov.nih.nci.mageom.domain.ArrayDesign   
gov.nih.nci.mageom.domain.ArrayDesign.impl   
gov.nih.nci.mageom.domain.DesignElement   
gov.nih.nci.mageom.domain.DesignElement.impl   
 

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

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

Methods in gov.nih.nci.mageom.domain.ArrayDesign with parameters of type FeatureGroup
 void ArrayDesign.setFeatureGroups(FeatureGroup[] p_featureGroups)
          Sets the featureGroups attribute.
 

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

Classes in gov.nih.nci.mageom.domain.ArrayDesign.impl that implement FeatureGroup
 class FeatureGroupImpl
          A collection of like features.
 

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

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl that return FeatureGroup
 FeatureGroup[] ArrayDesignImpl.getFeatureGroups()
           
 FeatureGroup[] FeatureGroupImpl.searchFeatureGroups(FeatureGroupSearchCriteria criteria)
          Returns an array of FeatureGroup objects that satisfy the given FeatureGroupSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl with parameters of type FeatureGroup
 void ArrayDesignImpl.setFeatureGroups(FeatureGroup[] p_featureGroups)
          Sets the featureGroups attribute.
 

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

Methods in gov.nih.nci.mageom.domain.DesignElement that return FeatureGroup
 FeatureGroup Feature.getFeatureGroup()
          Returns the value of this Feature object's featureGroup attribute.
 

Methods in gov.nih.nci.mageom.domain.DesignElement with parameters of type FeatureGroup
 void Feature.setFeatureGroup(FeatureGroup p_featureGroup)
          Sets the featureGroup attribute.
 

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

Fields in gov.nih.nci.mageom.domain.DesignElement.impl declared as FeatureGroup
protected  FeatureGroup FeatureImpl.featureGroup
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl that return FeatureGroup
 FeatureGroup FeatureImpl.getFeatureGroup()
           
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl with parameters of type FeatureGroup
 void FeatureImpl.setFeatureGroup(FeatureGroup p_featureGroup)
          Sets the featureGroup attribute.