edu.mit.ll.group43.surfaceoptimization.output
Class PlainTextOutput

java.lang.Object
  extended by edu.mit.ll.group43.surfaceoptimization.output.ResultsOutput
      extended by edu.mit.ll.group43.surfaceoptimization.output.PlainTextOutput
All Implemented Interfaces:
Output

public class PlainTextOutput
extends ResultsOutput

Outputs statistics about the optimization in plain text form.

Author:
William Hawkins

Constructor Summary
PlainTextOutput()
           
 
Method Summary
 void output(java.io.OutputStream os, java.util.ArrayList<Aircraft> sequence)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainTextOutput

public PlainTextOutput()
Method Detail

output

public void output(java.io.OutputStream os,
                   java.util.ArrayList<Aircraft> sequence)
            throws java.io.FileNotFoundException
Specified by:
output in interface Output
Specified by:
output in class ResultsOutput
Throws:
java.io.FileNotFoundException