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

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

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

Methods in gov.nih.nci.mageom.domain.DesignElement.impl with parameters of type PositionSearchCriteria
 Position[] PositionImpl.searchPositions(PositionSearchCriteria criteria)
          Returns an array of Position objects that satisfy the given PositionSearchCriteria.
 

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

Methods in gov.nih.nci.mageom.search that return PositionSearchCriteria
static PositionSearchCriteria AbstractSearchCriteriaFactory.new_DESIGNELEMENT_POSITION_SC()
           
 

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

Classes in gov.nih.nci.mageom.search.DesignElement.impl that implement PositionSearchCriteria
 class PositionSearchCriteriaImpl
          Represents a query for Position objects.