autoweka.irace
Class IRaceTrajectoryParser

java.lang.Object
  extended by autoweka.TrajectoryParser
      extended by autoweka.irace.IRaceTrajectoryParser

public class IRaceTrajectoryParser
extends TrajectoryParser


Constructor Summary
IRaceTrajectoryParser()
           
 
Method Summary
 Trajectory parseTrajectory(Experiment experiment, java.io.File folder, java.lang.String seed)
          Does the work for a specific trajectory
 
Methods inherited from class autoweka.TrajectoryParser
getTrajectory, main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IRaceTrajectoryParser

public IRaceTrajectoryParser()
Method Detail

parseTrajectory

public Trajectory parseTrajectory(Experiment experiment,
                                  java.io.File folder,
                                  java.lang.String seed)
Description copied from class: TrajectoryParser
Does the work for a specific trajectory

Specified by:
parseTrajectory in class TrajectoryParser