org.biojava3.ronn
Class ORonn

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

public final class ORonn
extends java.lang.Object
implements java.util.concurrent.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(java.lang.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 java.lang.NumberFormatException,
                  java.io.IOException
Specified by:
call in interface java.util.concurrent.Callable<ORonn>
Throws:
java.lang.NumberFormatException
java.io.IOException

main

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