nix.affy.bpmap
Class BPMapLine

java.lang.Object
  extended bynix.affy.bpmap.BPMapLine
All Implemented Interfaces:
java.lang.Comparable

public class BPMapLine
extends java.lang.Object
implements java.lang.Comparable

Minimal bpmap line, chrom, start, nothing else.


Constructor Summary
BPMapLine(java.lang.String line)
           
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 java.lang.String getLine()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BPMapLine

public BPMapLine(java.lang.String line)
Method Detail

compareTo

public int compareTo(java.lang.Object obj)
Specified by:
compareTo in interface java.lang.Comparable

getLine

public java.lang.String getLine()