Uses of Interface
gov.nih.nci.mageom.search.BioEvent.MapSearchCriteria

Packages that use MapSearchCriteria
gov.nih.nci.mageom.domain.BioEvent.impl   
gov.nih.nci.mageom.search   
gov.nih.nci.mageom.search.BioAssayData   
gov.nih.nci.mageom.search.BioAssayData.impl   
gov.nih.nci.mageom.search.BioEvent.impl   
gov.nih.nci.mageom.search.DesignElement   
gov.nih.nci.mageom.search.DesignElement.impl   
 

Uses of MapSearchCriteria in gov.nih.nci.mageom.domain.BioEvent.impl
 

Methods in gov.nih.nci.mageom.domain.BioEvent.impl with parameters of type MapSearchCriteria
 Map[] MapImpl.searchMaps(MapSearchCriteria criteria)
          Returns an array of Map objects that satisfy the given MapSearchCriteria.
 

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

Methods in gov.nih.nci.mageom.search that return MapSearchCriteria
static MapSearchCriteria AbstractSearchCriteriaFactory.new_BIOEVENT_MAP_SC()
           
 

Uses of MapSearchCriteria in gov.nih.nci.mageom.search.BioAssayData
 

Subinterfaces of MapSearchCriteria in gov.nih.nci.mageom.search.BioAssayData
 interface BioAssayMapSearchCriteria
          Represents a query for BioAssayMap objects.
 interface DesignElementMapSearchCriteria
          Represents a query for DesignElementMap objects.
 interface QuantitationTypeMapSearchCriteria
          Represents a query for QuantitationTypeMap objects.
 

Uses of MapSearchCriteria in gov.nih.nci.mageom.search.BioAssayData.impl
 

Classes in gov.nih.nci.mageom.search.BioAssayData.impl that implement MapSearchCriteria
 class BioAssayMapSearchCriteriaImpl
          Represents a query for BioAssayMap objects.
 class DesignElementMapSearchCriteriaImpl
          Represents a query for DesignElementMap objects.
 class QuantitationTypeMapSearchCriteriaImpl
          Represents a query for QuantitationTypeMap objects.
 

Uses of MapSearchCriteria in gov.nih.nci.mageom.search.BioEvent.impl
 

Classes in gov.nih.nci.mageom.search.BioEvent.impl that implement MapSearchCriteria
 class MapSearchCriteriaImpl
          Represents a query for Map objects.
 

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

Subinterfaces of MapSearchCriteria in gov.nih.nci.mageom.search.DesignElement
 interface CompositeCompositeMapSearchCriteria
          Represents a query for CompositeCompositeMap objects.
 interface FeatureReporterMapSearchCriteria
          Represents a query for FeatureReporterMap objects.
 interface ReporterCompositeMapSearchCriteria
          Represents a query for ReporterCompositeMap objects.
 

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

Classes in gov.nih.nci.mageom.search.DesignElement.impl that implement MapSearchCriteria
 class CompositeCompositeMapSearchCriteriaImpl
          Represents a query for CompositeCompositeMap objects.
 class FeatureReporterMapSearchCriteriaImpl
          Represents a query for FeatureReporterMap objects.
 class ReporterCompositeMapSearchCriteriaImpl
          Represents a query for ReporterCompositeMap objects.