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

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

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

Methods in gov.nih.nci.mageom.domain.DesignElement.impl with parameters of type FeatureInformationSearchCriteria
 FeatureInformation[] FeatureInformationImpl.searchFeatureInformations(FeatureInformationSearchCriteria criteria)
          Returns an array of FeatureInformation objects that satisfy the given FeatureInformationSearchCriteria.
 

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

Methods in gov.nih.nci.mageom.search that return FeatureInformationSearchCriteria
static FeatureInformationSearchCriteria AbstractSearchCriteriaFactory.new_DESIGNELEMENT_FEATUREINFORMATION_SC()
           
 

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

Classes in gov.nih.nci.mageom.search.DesignElement.impl that implement FeatureInformationSearchCriteria
 class FeatureInformationSearchCriteriaImpl
          Represents a query for FeatureInformation objects.