edu.mit.ll.group43.surfaceoptimization.input
Interface MinSeparationReader

All Known Implementing Classes:
TextMinSeparationReader

public interface MinSeparationReader

Classes that implement this interface are responsible for reading in separation times from a file.

Author:
Billy

Method Summary
 int[] nextLine()
          Returns the next line of separation times from the file.
 

Method Detail

nextLine

int[] nextLine()
Returns the next line of separation times from the file. Null is returned if the end of the file is reached.

Returns: