|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.objex.progeny.anywhere.data.ChromosomeMarker
public class ChromosomeMarker
Defines a marker within a chromosome. A marker has two alleles, the paternal allele and the marternal allele.
| Constructor Summary | |
|---|---|
ChromosomeMarker()
Creates a new Marker instance |
|
| Method Summary | |
|---|---|
ChromosomeMarker |
cloneMarker()
Creates and returns a new Marker object with the same properties as this Marker. |
java.lang.String |
getAlias()
|
double |
getBasePairs()
|
double |
getCM()
|
double |
getGenetic_distance()
Getter for property genetic_distance. |
double |
getLocation()
Getter for property location. |
Allele |
getMaternalAllele()
|
java.lang.String |
getName()
Getter for property name. |
Allele |
getPaternalAllele()
|
int |
getSequence()
Getter for property sequence. |
void |
setAlias(java.lang.String alias)
Sets a new alias for the marker |
void |
setBasePairs(double basePairs)
Set the genetic distance for this marker base pairs |
void |
setCM(double cM)
Set the genetic distance for this marker cM |
void |
setGenetic_distance(double rhs)
Setter for property genetic_distance. |
void |
setLocation(double rhs)
Setter for property location. |
void |
setMaternalAllele(Allele rhs)
Set the maternal allele to specified value |
void |
setName(java.lang.String rhs)
Setter for property name. |
void |
setPaternalAllele(Allele rhs)
Set the parternal allele. |
void |
setSequence(int rhs)
Setter for property sequence. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ChromosomeMarker()
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String toString()
toString in class java.lang.Objectpublic void setName(java.lang.String rhs)
rhs - New value of property name.public Allele getPaternalAllele()
public void setPaternalAllele(Allele rhs)
rhs - The new parternal allele.public Allele getMaternalAllele()
public void setMaternalAllele(Allele rhs)
rhs - The new maternal allelepublic int getSequence()
public void setSequence(int rhs)
rhs - New value of property sequence.public double getGenetic_distance()
public void setGenetic_distance(double rhs)
rhs - New value of property genetic_distance.public double getLocation()
public void setLocation(double rhs)
rhs - New value of property location.public ChromosomeMarker cloneMarker()
public java.lang.String getAlias()
public void setAlias(java.lang.String alias)
alias - The new alias to setpublic double getCM()
public void setCM(double cM)
cM - The genetic distance in cMpublic double getBasePairs()
public void setBasePairs(double basePairs)
basePairs - The genetic distance in bP
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||