Uses of Class
gov.usda.gdpc.DistinctPropertyValues

Packages that use DistinctPropertyValues
gov.usda.gdpc This is the main package for The Genomic Diversity and Phenotype Connection (GDPC). 
gov.usda.gdpc.axis This package provides the code to allow GDPC to work with the SOAP Engine AXIS. 
gov.usda.gdpc.panzea This package provides a specific connection to the panzea database which is maintained by NCSU. 
 

Uses of DistinctPropertyValues in gov.usda.gdpc
 

Methods in gov.usda.gdpc that return DistinctPropertyValues
 DistinctPropertyValues DBGateway.getDistinctProperties(Property[] properties)
          Returns list(s) of distinct property values for the given properties.
 DistinctPropertyValues DBElementGroup.getDistinctProperties(Property[] properties)
          Returns list(s) of distinct property values for the given properties.
 DistinctPropertyValues DBConnection.getDistinctProperties(java.util.List properties)
          Returns list(s) of distinct property values for the given properties.
 DistinctPropertyValues AbstractDBGateway.getDistinctProperties(Property[] properties)
          Returns list(s) of distinct property values for the given properties.
 DistinctPropertyValues AbstractDBElementGroup.getDistinctProperties(Property[] properties)
          Returns list(s) of distinct property values for the given properties.
 DistinctPropertyValues AbstractDBConnection.getDistinctProperties(java.util.List properties)
          This method is unsupported by this class.
 

Methods in gov.usda.gdpc with parameters of type DistinctPropertyValues
 void DistinctPropertyValues.addValues(DistinctPropertyValues values)
          This adds the given values to this instance.
 

Uses of DistinctPropertyValues in gov.usda.gdpc.axis
 

Methods in gov.usda.gdpc.axis that return DistinctPropertyValues
 DistinctPropertyValues DBConnectionProxy.getDistinctProperties(java.util.List properties)
          Returns list(s) of distinct property values for the given properties.
 

Uses of DistinctPropertyValues in gov.usda.gdpc.panzea
 

Methods in gov.usda.gdpc.panzea that return DistinctPropertyValues
 DistinctPropertyValues PanzeaDBConnection.getDistinctProperties(java.util.List properties)
          Returns list(s) of distinct property values for the given properties.