edu.mit.ll.group43.surfaceoptimization.input
Class Input

java.lang.Object
  extended by edu.mit.ll.group43.surfaceoptimization.input.Input

public class Input
extends java.lang.Object

Responsible for reading in the First Come First Serve (FCFS) aircraft sequence from a file in a given supported format and generating an ArrayList of Aircraft from it for the optimization to work on. Currently supported input types include: - Plain text

Author:
William Hawkins

Constructor Summary
Input()
           
 
Method Summary
 java.util.ArrayList<Aircraft> generateFcfsSequence(java.lang.String type, java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Input

public Input()
Method Detail

generateFcfsSequence

public java.util.ArrayList<Aircraft> generateFcfsSequence(java.lang.String type,
                                                          java.lang.String filename)
                                                   throws java.io.FileNotFoundException,
                                                          InvalidFCFSReaderTypeException
Throws:
java.io.FileNotFoundException
InvalidFCFSReaderTypeException