com.thesis.backend.main
Class Main

java.lang.Object
  extended by com.thesis.backend.main.Main

public class Main
extends java.lang.Object

Main class for the backend. Access private methods in classifiers through this class.


Constructor Summary
Main()
          Load all models into the system
 
Method Summary
static void main(java.lang.String[] args)
          For testing, validation and loading new models into the backend
 Paper startPaperJourney(java.io.File file)
          Send paper object through the models to get values
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Load all models into the system

Method Detail

startPaperJourney

public Paper startPaperJourney(java.io.File file)
                        throws java.io.IOException
Send paper object through the models to get values

Parameters:
file -
Returns:
paper
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
For testing, validation and loading new models into the backend

Parameters:
args -