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

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

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

Methods in gov.nih.nci.mageom.domain.DesignElement.impl with parameters of type CompositePositionSearchCriteria
 CompositePosition[] CompositePositionImpl.searchCompositePositions(CompositePositionSearchCriteria criteria)
          Returns an array of CompositePosition objects that satisfy the given CompositePositionSearchCriteria.
 

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

Methods in gov.nih.nci.mageom.search that return CompositePositionSearchCriteria
static CompositePositionSearchCriteria AbstractSearchCriteriaFactory.new_DESIGNELEMENT_COMPOSITEPOSITION_SC()
           
 

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

Classes in gov.nih.nci.mageom.search.DesignElement.impl that implement CompositePositionSearchCriteria
 class CompositePositionSearchCriteriaImpl
          Represents a query for CompositePosition objects.