Uses of Class
gov.usda.gdpc.AbstractFilterValue

Packages that use AbstractFilterValue
gov.usda.gdpc This is the main package for The Genomic Diversity and Phenotype Connection (GDPC). 
 

Uses of AbstractFilterValue in gov.usda.gdpc
 

Subclasses of AbstractFilterValue in gov.usda.gdpc
 class FilterLikeValue
          This is a filter value which consists of a single string value which may contain the wild card(s) %, as a means of matching zero or more characters in that position.
 class FilterRangeValue
          This is a filter value which consists of a range of values.
 class FilterSingleValue
          This is a filter value which consists of a single value.