org.biojava3.ronn
Class ModelLoader

java.lang.Object
  extended by org.biojava3.ronn.ModelLoader

public final class ModelLoader
extends Object

Class that loads data from the model files into ModelLoader.Model objects

Since:
3.0.2
Version:
1.0
Author:
Peter Troshin

Nested Class Summary
static class ModelLoader.Model
          Represent a RONN model
static class ModelLoader.Threshold
          Represents a Threshold
 
Constructor Summary
ModelLoader()
           
 
Method Summary
 ModelLoader.Model getModel(int modelNum)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelLoader

public ModelLoader()
Method Detail

getModel

public ModelLoader.Model getModel(int modelNum)

main

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