org.agmodel.bioinfo.segregation
Class MarkerType

java.lang.Object
  extended byorg.agmodel.bioinfo.segregation.MarkerType

public class MarkerType
extends java.lang.Object


Field Summary
static int MT_CODOM
           
static int MT_DOM_P1
           
static int MT_DOM_P2
           
static int MT_NA
           
 
Constructor Summary
MarkerType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MT_NA

public static final int MT_NA
See Also:
Constant Field Values

MT_CODOM

public static final int MT_CODOM
See Also:
Constant Field Values

MT_DOM_P1

public static final int MT_DOM_P1
See Also:
Constant Field Values

MT_DOM_P2

public static final int MT_DOM_P2
See Also:
Constant Field Values
Constructor Detail

MarkerType

public MarkerType()