|
|||||||||||
| 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.AbstractLocusGroup
gov.usda.gdpc.Chromosome
| Field Summary |
| Fields inherited from class gov.usda.gdpc.AbstractDBElementGroup |
myIndex |
| Constructor Summary | |
Chromosome(int number)
Chromosome constructor. |
|
Chromosome(int number,
java.util.List list)
Chromosome constructor. |
|
Chromosome(int number,
Locus[] loci)
Chromosome Constructor |
|
Chromosome(int number,
LocusGroup[] groups)
Chromosome constructor. |
|
| Method Summary | |
Locus |
getCentromereLocation()
Get centromere location. |
double |
getGeneticCenterPosition()
Get numeric genetic center position of chromosome. |
double |
getGeneticPositionRange()
Get genetic positions range shown on big image. |
double |
getMaxGeneticPosition()
Get the maximum genetic position. |
double |
getMinGeneticPosition()
Get the minimum genetic position. |
java.lang.String |
getType()
Get type of this group. |
java.lang.String |
toString()
String representation of this chromosome |
| Methods inherited from class gov.usda.gdpc.AbstractLocusGroup |
getLocus, getLocusGroup |
| Methods inherited from class gov.usda.gdpc.AbstractDBElementGroup |
getDBElementGroup, getDBElements, getDefinedProperties, getDistinctProperties, index |
| 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 Chromosome(int number,
Locus[] loci)
number - chromosome numberloci - list of locipublic Chromosome(int number)
number - chromosome number
public Chromosome(int number,
java.util.List list)
number - chromosome numberlist - list of objects to be a part of this group. Any
null in the list will be discarded.
public Chromosome(int number,
LocusGroup[] groups)
number - chromosome numbergroups - groups to include in this new group.| Method Detail |
public double getMinGeneticPosition()
public double getMaxGeneticPosition()
public Locus getCentromereLocation()
public double getGeneticPositionRange()
public double getGeneticCenterPosition()
public java.lang.String toString()
toString in class AbstractDBElementGrouppublic java.lang.String getType()
getType in interface DBElementGroupgetType in class AbstractLocusGroup
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||