edu.harvard.seas.iis.abilities.analysis
Interface Parser

All Known Implementing Classes:
IISMouseLogParser

public interface Parser


Method Summary
 java.util.Vector<Movement> parseMovementLog(java.io.File[] files)
           
 java.util.Vector<Movement> parseMovementLog(LogSource source)
           
 java.util.Vector<Movement> parseMovementLog(java.lang.String log)
           
 

Method Detail

parseMovementLog

java.util.Vector<Movement> parseMovementLog(LogSource source)
                                            throws java.io.IOException
Throws:
java.io.IOException

parseMovementLog

java.util.Vector<Movement> parseMovementLog(java.io.File[] files)
                                            throws java.io.IOException
Throws:
java.io.IOException

parseMovementLog

java.util.Vector<Movement> parseMovementLog(java.lang.String log)
                                            throws java.io.IOException
Throws:
java.io.IOException