|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.mit.ll.group43.surfaceoptimization.input.Input
public class Input
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
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 |
---|
public Input()
Method Detail |
---|
public java.util.ArrayList<Aircraft> generateFcfsSequence(java.lang.String type, java.lang.String filename) throws java.io.FileNotFoundException, InvalidFCFSReaderTypeException
java.io.FileNotFoundException
InvalidFCFSReaderTypeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |