org.agmodel.bioinfo.segregation
Class Marker
java.lang.Object
org.agmodel.bioinfo.segregation.Marker
- public class Marker
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Marker
public Marker()
Marker
public Marker(java.lang.String name)
Marker
public Marker(int type)
Marker
public Marker(java.lang.String name,
int type)
getName
public java.lang.String getName()
- Returns:
setName
public void setName(java.lang.String string)
- Parameters:
string
-
getLocation
public double getLocation()
- Returns:
setLocation
public void setLocation(double d)
- Parameters:
d
-
getType
public int getType()
- Returns:
setType
public void setType(int i)
- Parameters:
i
-