org.biojava3.ronn
Class ORonn

java.lang.Object
  extended by org.biojava3.ronn.ORonn
All Implemented Interfaces:
Callable<ORonn>

public final class ORonn
extends Object
implements Callable<ORonn>

Fully re-factored and enhanced version of RONN. This class does the calculation and contains the main for the command line client.

Since:
3.0.2 TODO refactor
Version:
1.0
Author:
Peter Troshin

Method Summary
 ORonn call()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

call

public ORonn call()
           throws NumberFormatException,
                  IOException
Specified by:
call in interface Callable<ORonn>
Throws:
NumberFormatException
IOException

main

public static void main(String[] args)
                 throws NumberFormatException,
                        IOException
Throws:
NumberFormatException
IOException