org.metaqtl.graph
Class QtlUnit

java.lang.Object
  extended by org.metaqtl.graph.QtlUnit

public class QtlUnit
extends java.lang.Object


Field Summary
(package private)  double from
           
(package private)  java.lang.String name
           
(package private)  double[] partition
           
(package private)  double pos
           
(package private)  double to
           
(package private)  double width
           
(package private)  double x
           
 
Constructor Summary
QtlUnit()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

double x

pos

double pos

from

double from

to

double to

width

double width

name

java.lang.String name

partition

double[] partition
Constructor Detail

QtlUnit

public QtlUnit()