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

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

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

Methods in gov.nih.nci.mageom.domain.DesignElement.impl with parameters of type CompositeCompositeMapSearchCriteria
 CompositeCompositeMap[] CompositeCompositeMapImpl.searchCompositeCompositeMaps(CompositeCompositeMapSearchCriteria criteria)
          Returns an array of CompositeCompositeMap objects that satisfy the given CompositeCompositeMapSearchCriteria.
 

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

Methods in gov.nih.nci.mageom.search that return CompositeCompositeMapSearchCriteria
static CompositeCompositeMapSearchCriteria AbstractSearchCriteriaFactory.new_DESIGNELEMENT_COMPOSITECOMPOSITEMAP_SC()
           
 

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

Classes in gov.nih.nci.mageom.search.DesignElement.impl that implement CompositeCompositeMapSearchCriteria
 class CompositeCompositeMapSearchCriteriaImpl
          Represents a query for CompositeCompositeMap objects.