pedviz.haplotype
Class MerlinError

java.lang.Object
  extended by pedviz.haplotype.MerlinError

public class MerlinError
extends java.lang.Object

Contains informations about a Error from a Merlin-Error file.

Author:
Luki

Constructor Summary
MerlinError(java.lang.Object id, java.lang.String marker)
          Creates a new MerlinError object with the given id and the given marker.
 
Method Summary
 java.lang.Object getId()
          Returns the id.
 java.lang.String getMarker()
          Returns the marker.
 double getRatio()
          Returns the ratio.
 void setId(java.lang.Object id)
          Sets the id.
 void setMarker(java.lang.String marker)
          Sets the marker.
 void setRatio(double ratio)
          Sets the ratio.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MerlinError

public MerlinError(java.lang.Object id,
                   java.lang.String marker)
Creates a new MerlinError object with the given id and the given marker.

Parameters:
id - id
marker - marker
Method Detail

getId

public java.lang.Object getId()
Returns the id.

Returns:
the id.

setId

public void setId(java.lang.Object id)
Sets the id.

Parameters:
id - the id.

getMarker

public java.lang.String getMarker()
Returns the marker.

Returns:
the marker.

setMarker

public void setMarker(java.lang.String marker)
Sets the marker.

Parameters:
marker - the marker.

getRatio

public double getRatio()
Returns the ratio.

Returns:
the ratio.

setRatio

public void setRatio(double ratio)
Sets the ratio.

Parameters:
ratio - the ratio.