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

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

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

Methods in gov.nih.nci.mageom.domain.DesignElement.impl with parameters of type MismatchInformationSearchCriteria
 MismatchInformation[] MismatchInformationImpl.searchMismatchInformations(MismatchInformationSearchCriteria criteria)
          Returns an array of MismatchInformation objects that satisfy the given MismatchInformationSearchCriteria.
 

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

Methods in gov.nih.nci.mageom.search that return MismatchInformationSearchCriteria
static MismatchInformationSearchCriteria AbstractSearchCriteriaFactory.new_DESIGNELEMENT_MISMATCHINFORMATION_SC()
           
 

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

Classes in gov.nih.nci.mageom.search.DesignElement.impl that implement MismatchInformationSearchCriteria
 class MismatchInformationSearchCriteriaImpl
          Represents a query for MismatchInformation objects.