Uses of Interface
gov.nih.nci.mageom.search.DesignElement.FeatureLocationSearchCriteria

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

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

Methods in gov.nih.nci.mageom.domain.DesignElement.impl with parameters of type FeatureLocationSearchCriteria
 FeatureLocation[] FeatureLocationImpl.searchFeatureLocations(FeatureLocationSearchCriteria criteria)
          Returns an array of FeatureLocation objects that satisfy the given FeatureLocationSearchCriteria.
 

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

Methods in gov.nih.nci.mageom.search that return FeatureLocationSearchCriteria
static FeatureLocationSearchCriteria AbstractSearchCriteriaFactory.new_DESIGNELEMENT_FEATURELOCATION_SC()
           
 

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

Classes in gov.nih.nci.mageom.search.DesignElement.impl that implement FeatureLocationSearchCriteria
 class FeatureLocationSearchCriteriaImpl
          Represents a query for FeatureLocation objects.