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

Packages that use Parser
edu.harvard.seas.iis.abilities.analysis   
edu.harvard.seas.iis.abilities.classify   
 

Uses of Parser in edu.harvard.seas.iis.abilities.analysis
 

Classes in edu.harvard.seas.iis.abilities.analysis that implement Parser
 class IISMouseLogParser
           
 

Uses of Parser in edu.harvard.seas.iis.abilities.classify
 

Methods in edu.harvard.seas.iis.abilities.classify with parameters of type Parser
 java.util.Vector<Movement> MovementClassifier.parseAndClassify(java.io.File[] files, MovementFilter filter, Parser parser, boolean useTargetInformation, boolean returnParsedMovements, java.util.Vector<java.lang.String> report)
          Reads log files, uses the parser to extract movements out of the log files, uses the filter to select only the subset of the movements that are of interest, and classifies them.