|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectgov.usda.gdpc.AbstractGroup
gov.usda.gdpc.AbstractDBElementGroup
gov.usda.gdpc.AbstractGenotypeGroup
This class provides a skeletal implementation of the GenotypeGroup interface to minimize the effort required to implement this interface.
| Field Summary |
| Fields inherited from class gov.usda.gdpc.AbstractDBElementGroup |
myIndex |
| Constructor Summary | |
AbstractGenotypeGroup()
AbstractGenotypeGroup constructor. |
|
AbstractGenotypeGroup(Genotype[] genotypes)
AbstractGenotypeGroup constructor. |
|
AbstractGenotypeGroup(GenotypeGroup[] groups)
AbstractGenotypeGroup constructor. |
|
AbstractGenotypeGroup(java.util.List list)
AbstractGenotypeGroup constructor. |
|
| Method Summary | |
Genotype |
getGenotype(java.lang.String dataSource,
Taxon taxon,
GenotypeExperiment experiment)
Gets the genotype having the given taxon, genotype experiment, number, and data source. |
GenotypeExperimentGroup |
getGenotypeExperimentGroup()
Returns the group of genotype experiments associated with this group of genotypes. |
GenotypeGroup |
getGenotypeGroup(GenotypeFilter filter)
Get the genotype group from this group which match the critera specified by the filter. |
TaxonGroup |
getTaxonGroup()
Returns the group of taxon associated with this group of genotypes. |
java.lang.String |
getType()
Get type of this group. |
int |
numGenotypeExperiments()
Return the number of genotype experiments. |
int |
numTaxa()
Return the number of taxa. |
| Methods inherited from class gov.usda.gdpc.AbstractDBElementGroup |
getDBElementGroup, getDBElements, getDefinedProperties, getDistinctProperties, index, toString |
| Methods inherited from class gov.usda.gdpc.AbstractGroup |
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface gov.usda.gdpc.DBElementGroup |
getDBElements, getDefinedProperties, getDistinctProperties, index |
| Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Constructor Detail |
public AbstractGenotypeGroup(Genotype[] genotypes)
genotypes - list of genotypes to be a part of this group.public AbstractGenotypeGroup()
public AbstractGenotypeGroup(java.util.List list)
list - list of objects to be a part of this group. Any
null in the list will be discarded.public AbstractGenotypeGroup(GenotypeGroup[] groups)
groups - groups to include in this new group.| Method Detail |
public TaxonGroup getTaxonGroup()
getTaxonGroup in interface GenotypeGrouppublic GenotypeExperimentGroup getGenotypeExperimentGroup()
getGenotypeExperimentGroup in interface GenotypeGroup
public Genotype getGenotype(java.lang.String dataSource,
Taxon taxon,
GenotypeExperiment experiment)
getGenotype in interface GenotypeGroupdataSource - data sourcetaxon - taxonexperiment - genotype experiment
public GenotypeGroup getGenotypeGroup(GenotypeFilter filter)
getGenotypeGroup in interface GenotypeGroupfilter - genotype filter
public int numGenotypeExperiments()
numGenotypeExperiments in interface GenotypeGrouppublic int numTaxa()
numTaxa in interface GenotypeGrouppublic java.lang.String getType()
getType in interface DBElementGroup
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||