org.metaqtl.factory
Class DubiousLocusFactory

java.lang.Object
  extended by org.metaqtl.factory.DubiousLocusFactory

public final class DubiousLocusFactory
extends java.lang.Object

A factory to read a list of dubious markers from a file.


Constructor Summary
DubiousLocusFactory()
           
 
Method Summary
static IBioLocus[] read(java.io.Reader reader)
          This routine reads the list of dubious markers from the given file location and returns if succeed an array of IBioLocus objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DubiousLocusFactory

public DubiousLocusFactory()
Method Detail

read

public static IBioLocus[] read(java.io.Reader reader)
                        throws java.io.IOException
This routine reads the list of dubious markers from the given file location and returns if succeed an array of IBioLocus objects.

Parameters:
file - the file locations.
Returns:
the array of dubious markers.
Throws:
java.io.IOException