Uses of Interface
gov.nih.nci.mageom.search.ArrayDesign.FeatureGroupSearchCriteria

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

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

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

Uses of FeatureGroupSearchCriteria in gov.nih.nci.mageom.search
 

Methods in gov.nih.nci.mageom.search that return FeatureGroupSearchCriteria
static FeatureGroupSearchCriteria AbstractSearchCriteriaFactory.new_ARRAYDESIGN_FEATUREGROUP_SC()
           
 

Uses of FeatureGroupSearchCriteria in gov.nih.nci.mageom.search.ArrayDesign.impl
 

Classes in gov.nih.nci.mageom.search.ArrayDesign.impl that implement FeatureGroupSearchCriteria
 class FeatureGroupSearchCriteriaImpl
          Represents a query for FeatureGroup objects.
 

Uses of FeatureGroupSearchCriteria in gov.nih.nci.mageom.search.DesignElement
 

Methods in gov.nih.nci.mageom.search.DesignElement with parameters of type FeatureGroupSearchCriteria
 void FeatureSearchCriteria.setFeatureGroupCriteria(FeatureGroupSearchCriteria criteria)
          Constrains the search for Feature objects to those associated with FeatureGroup objects by the association and selected by the given FeatureGroupSearchCriteria.
 void FeatureSearchCriteria.setFeatureGroupCriteria(FeatureGroupSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for Feature objects to those associated with FeatureGroup objects by the association and selected by the given FeatureGroupSearchCriteria.
 

Uses of FeatureGroupSearchCriteria in gov.nih.nci.mageom.search.DesignElement.impl
 

Methods in gov.nih.nci.mageom.search.DesignElement.impl with parameters of type FeatureGroupSearchCriteria
 void FeatureSearchCriteriaImpl.setFeatureGroupCriteria(FeatureGroupSearchCriteria criteria)
           
 void FeatureSearchCriteriaImpl.setFeatureGroupCriteria(FeatureGroupSearchCriteria criteria, java.lang.String booleanOp)