|
|||||||||||
| 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.AbstractGenotypeExperimentGroup
gov.usda.gdpc.DefaultGenotypeExperimentGroup
This is the default implementation of a genotype experiment group.
| Field Summary |
| Fields inherited from class gov.usda.gdpc.AbstractDBElementGroup |
myIndex |
| Constructor Summary | |
DefaultGenotypeExperimentGroup()
DefaultGenotypeExperimentGroup constructor. |
|
DefaultGenotypeExperimentGroup(GenotypeExperiment[] experiments)
DefaultGenotypeExperimentGroup constructor. |
|
DefaultGenotypeExperimentGroup(GenotypeExperimentGroup[] groups)
DefaultGenotypeExperimentGroup constructor. |
|
DefaultGenotypeExperimentGroup(java.util.List list)
DefaultGenotypeExperimentGroup constructor. |
|
| Methods inherited from class gov.usda.gdpc.AbstractGenotypeExperimentGroup |
getGenotypeExperiment, getGenotypeExperimentGroup, getType |
| 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 DefaultGenotypeExperimentGroup(GenotypeExperiment[] experiments)
experiments - list of genotype experiments to be a part of
this group.public DefaultGenotypeExperimentGroup()
public DefaultGenotypeExperimentGroup(java.util.List list)
list - list of objects to be a part of this group. Any
null in the list will be discarded.public DefaultGenotypeExperimentGroup(GenotypeExperimentGroup[] groups)
groups - groups to include in this new group.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||