|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.objex.panywhere.ChromosomeMarker
public class ChromosomeMarker
Class defines the Markers on a chromosome and the different Allele properties for each such Marker. A marker has two Alleles, one inherited from the mother and another inherited from the father.
| 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. |
double |
getGenetic_distance()
Getter for property genetic_distance. |
double |
getLocation()
Getter for property location. |
Allele |
getMaternalAllele()
Getter for property maternalAllele. |
java.lang.String |
getName()
Getter for property name. |
Allele |
getPaternalAllele()
Getter for property parternalAllele. |
int |
getSequence()
Getter for property sequence. |
void |
setGenetic_distance(double rhs)
Setter for property genetic_distance. |
void |
setLocation(double rhs)
Setter for property location. |
void |
setMaternalAllele(Allele rhs)
Setter for property maternalAllele. |
void |
setName(java.lang.String rhs)
Setter for property name. |
void |
setPaternalAllele(Allele rhs)
Setter for property parternalAllele. |
void |
setSequence(int rhs)
Setter for property sequence. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChromosomeMarker()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String rhs)
rhs - New value of property name.public Allele getPaternalAllele()
public void setPaternalAllele(Allele rhs)
rhs - New value of property parternalAllele.public Allele getMaternalAllele()
public void setMaternalAllele(Allele rhs)
rhs - New value of property maternalAllele.public 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()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||