Uses of Interface
gov.usda.gdpc.DBElementGroup

Packages that use DBElementGroup
gov.usda.gdpc This is the main package for The Genomic Diversity and Phenotype Connection (GDPC). 
gov.usda.gdpc.browser This package provides a browser which uses the GDPC gateway to retrieve Genomic and Phenotypic data. 
gov.usda.gdpc.xml This package provides XML specific function. 
 

Uses of DBElementGroup in gov.usda.gdpc
 

Subinterfaces of DBElementGroup in gov.usda.gdpc
 interface EnvironmentExperimentGroup
          Collection of environment experiments.
 interface GenotypeExperimentGroup
          Collection of genotype experiments.
 interface GenotypeGroup
          Group of genotypes.
 interface LocalityGroup
          Collection of locality.
 interface LocusGroup
          Group of loci.
 interface PhenotypeGroup
          Group of phenotypes.
 interface PhenotypeOntologyGroup
          Collection of phenotype ontologys.
 interface TaxonGroup
          Collection of taxa.
 

Classes in gov.usda.gdpc that implement DBElementGroup
 class AbstractDBElementGroup
          This class provides a skeletal implementation of the DBElementGroup interface to minimize the effort required to implement this interface.
 class AbstractEnvironmentExperimentGroup
          This class provides a skeletal implementation of the EnvironmentExperimentGroup interface to minimize the effort required to implement this interface.
 class AbstractGenotypeExperimentGroup
          This class provides a skeletal implementation of the GenotypeExperimentGroup interface to minimize the effort required to implement this interface.
 class AbstractGenotypeGroup
          This class provides a skeletal implementation of the GenotypeGroup interface to minimize the effort required to implement this interface.
 class AbstractLocalityGroup
          This class provides a skeletal implementation of the LocalityGroup interface to minimize the effort required to implement this interface.
 class AbstractLocusGroup
          This class provides a skeletal implementation of the LocusGroup interface to minimize the effort required to implement this interface.
 class AbstractPhenotypeGroup
          This class provides a skeletal implementation of the PhenotypeGroup interface to minimize the effort required to implement this interface.
 class AbstractPhenotypeOntologyGroup
          This class provides a skeletal implementation of the PhenotypeOntologyGroup interface to minimize the effort required to implement this interface.
 class AbstractTaxonGroup
          This class provides a skeletal implementation of the TaxonGroup interface to minimize the effort required to implement this interface.
 class Chromosome
           
 class DefaultEnvironmentExperimentGroup
          This is the default implementation of a environment experiment group.
 class DefaultGenotypeExperimentGroup
          This is the default implementation of a genotype experiment group.
 class DefaultGenotypeGroup
          This is the default implementation of a genotype group.
 class DefaultLocalityGroup
          This is the default implementation of a locality group.
 class DefaultLocusGroup
          This is the default implementation of a locus group.
 class DefaultPhenotypeGroup
          This is the default implementation of a phenotype group.
 class DefaultPhenotypeOntologyGroup
          This is the default implementation of a phenotype ontology group.
 class DefaultTaxonGroup
          This is the default implementation of a taxon group.
 

Methods in gov.usda.gdpc with parameters of type DBElementGroup
static void Export.writeTabDelimited(DBElementGroup group, java.io.Writer writer)
          Writes the given dbelement group to writer as tab delimited data.
 

Constructors in gov.usda.gdpc with parameters of type DBElementGroup
AbstractDBElementGroup(DBElementGroup[] groups)
          AbstractDBElementGroup constructor.
 

Uses of DBElementGroup in gov.usda.gdpc.browser
 

Methods in gov.usda.gdpc.browser that return DBElementGroup
 DBElementGroup DBElementPanel.getFilteredGroup()
           
 DBElementGroup DBElementPanel.getWorkingGroup()
           
 

Methods in gov.usda.gdpc.browser with parameters of type DBElementGroup
 void DBElementPanel.openUpdateWorkingTree(DBElementGroup group)
           
 void DBElementPanel.updateWorkingTree(DBElementGroup group)
           
 

Uses of DBElementGroup in gov.usda.gdpc.xml
 

Methods in gov.usda.gdpc.xml that return DBElementGroup
 DBElementGroup XMLDBElementGroup.groupValue()
          Translates this XML document to a DBElementGroup.
 

Constructors in gov.usda.gdpc.xml with parameters of type DBElementGroup
XMLDBElementGroup(DBElementGroup group)
          XMLDBElementGroup Constructor.
XMLDBElementGroup(DBElementGroup group, boolean usePoundSign)
          XMLDBElementGroup Constructor.