autoweka.tpe
Class TPETrajectoryParser

java.lang.Object
  extended by autoweka.TrajectoryParser
      extended by autoweka.tpe.TPETrajectoryParser

public class TPETrajectoryParser
extends TrajectoryParser


Constructor Summary
TPETrajectoryParser()
           
 
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

TPETrajectoryParser

public TPETrajectoryParser()
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