Uses of Class
gov.usda.gdpc.EnvironmentExperiment

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

Uses of EnvironmentExperiment in gov.usda.gdpc
 

Methods in gov.usda.gdpc that return EnvironmentExperiment
 EnvironmentExperiment Phenotype.getEnvironmentExperiment()
          Returns the environment experiment associated with this phenotype.
 EnvironmentExperiment EnvironmentExperimentGroup.getEnvironmentExperiment(java.lang.String dataSource, Identifier id)
          This returns the environment experiment instance from this group that matches the specified id and source.
static EnvironmentExperiment EnvironmentExperiment.getInstance(java.util.Map properties)
          This returns the environment experiment instance given the specified list of properties.
static EnvironmentExperiment EnvironmentExperiment.getCachedInstance(java.util.Map properties)
          This returns the environment experiment instance given specified id and source.
 EnvironmentExperiment AbstractEnvironmentExperimentGroup.getEnvironmentExperiment(java.lang.String dataSource, Identifier id)
          This returns the environment experiment instance from this group that matches the specified id and source.
 

Methods in gov.usda.gdpc with parameters of type EnvironmentExperiment
 Phenotype PhenotypeGroup.getPhenotype(java.lang.String dataSource, Taxon taxon, EnvironmentExperiment experiment, PhenotypeOntology ontology)
          Gets the phenotype having the given taxon, environment experiment, ontology, and data source.
static java.lang.String Phenotype.buildKey(java.lang.String dataSource, Taxon taxon, EnvironmentExperiment experiment, PhenotypeOntology ontology)
          This builds the unique key for this phenotype based on the PhenotypeProperty.DATA_SOURCE, PhenotypeProperty.TAXON, PhenotypeProperty.ENVIRONMENT_EXPERIMENT, and PhenotypeProperty.ONTOLOGY.
 Phenotype AbstractPhenotypeGroup.getPhenotype(java.lang.String dataSource, Taxon taxon, EnvironmentExperiment experiment, PhenotypeOntology ontology)
          Gets the phenotype having the given taxon, environment experiment, ontology, and data source.
 

Constructors in gov.usda.gdpc with parameters of type EnvironmentExperiment
DefaultEnvironmentExperimentGroup(EnvironmentExperiment[] experiments)
          DefaultEnvironmentExperimentGroup constructor.
AbstractEnvironmentExperimentGroup(EnvironmentExperiment[] experiments)
          AbstractEnvironmentExperimentGroup constructor.