|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Filter | |
| gov.usda.gdpc | This is the main package for The Genomic Diversity and Phenotype Connection (GDPC). |
| gov.usda.gdpc.database | This package provides classes which support the creation of a JDBC connection to a database. |
| gov.usda.gdpc.panzea | This package provides a specific connection to the panzea database which is maintained by NCSU. |
| Uses of Filter in gov.usda.gdpc |
| Classes in gov.usda.gdpc that implement Filter | |
class |
AbstractFilter
This class provides a skeletal implementation of the Filter interface to minimize the effort required to implement this interface. |
class |
EnvironmentExperimentFilter
This is an environment experiment filter. |
class |
GenotypeExperimentFilter
This is a genotype experiment filter. |
class |
GenotypeFilter
This is a genotype filter. |
class |
LocalityFilter
This is a locality filter. |
class |
LocusFilter
This is a locus filter. |
class |
PhenotypeFilter
This is a phenotype filter. |
class |
PhenotypeOntologyFilter
This is a pheontype ontology filter. |
class |
TaxonFilter
This is a taxon filter. |
| Methods in gov.usda.gdpc with parameters of type Filter | |
protected java.util.List |
AbstractDBElementGroup.getDBElementGroup(Filter filter)
Gets the group of elements that match the given filter from this group. |
| Uses of Filter in gov.usda.gdpc.database |
| Methods in gov.usda.gdpc.database with parameters of type Filter | |
java.lang.String |
SimpleDatabaseMapping.getSQLSubString(Filter filter,
ExtraInfo extraInfo)
Gets the SQL sub-string based on the given filter. |
java.lang.String |
PropertyMap.getSQL(Filter filter,
ExtraInfo extraInfo)
Get the SQL "where" string required to retrieve the data matching the given filter for this property map. |
java.lang.String |
NullDatabaseMapping.getSQLSubString(Filter filter,
ExtraInfo extraInfo)
Gets the SQL sub-string based on the given filter. |
java.lang.String |
MultiDatabaseMapping.getSQLSubString(Filter filter,
ExtraInfo extraInfo)
Gets the SQL sub-string based on the given filter. |
java.lang.String |
DateDatabaseMapping.getSQLSubString(Filter filter,
ExtraInfo extraInfo)
Gets the SQL sub-string based on the given filter. |
java.lang.String |
DatabaseMapping.getSQLSubString(Filter filter,
ExtraInfo extraInfo)
Gets the SQL sub-string based on the given filter. |
java.lang.String |
ConstantDatabaseMapping.getSQLSubString(Filter filter,
ExtraInfo extraInfo)
Gets the SQL sub-string based on the given filter. |
java.lang.String |
AbstractPropertyMap.getSQL(Filter filter,
ExtraInfo extraInfo)
Get the SQL "where" string required to retrieve the data matching the given filter for this property map. |
java.lang.String |
AbstractDatabaseMapping.getSQLSubString(Filter filter,
ExtraInfo extraInfo)
Gets the SQL sub-string based on the given filter. |
java.lang.String |
StringDatabaseMapping.getSQLSubString(Filter filter,
ExtraInfo extraInfo)
Gets the SQL sub-string based on the given filter. |
| Uses of Filter in gov.usda.gdpc.panzea |
| Methods in gov.usda.gdpc.panzea with parameters of type Filter | |
java.lang.String |
PanzeaPositionMinutesDatabaseMapping.getSQLSubString(Filter filter,
ExtraInfo extraInfo)
Gets the SQL sub-string based on the given filter. |
java.lang.String |
PanzeaLocusTypeDatabaseMapping.getSQLSubString(Filter filter,
ExtraInfo extraInfo)
Gets the SQL sub-string based on the given filter. |
java.lang.String |
PanzeaGenotypeExperimentDatabaseMapping.getSQLSubString(Filter filter,
ExtraInfo extraInfo)
Gets the SQL sub-string based on the given filter. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||