cz.cuni.amis.pogamut.ut2004.navigation.evaluator
Class DirectRunner

Package class diagram package DirectRunner
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.navigation.evaluator.DirectRunner

public class DirectRunner
extends Object

Runs evaluation directly in its thread. Starts only one UCC server and bot at a time.

Author:
Bogo

Constructor Summary
DirectRunner(ServerRunner serverRunner, String label)
          Constructor with ServerRunner for source data.
 
Method Summary
 void run(boolean isResume)
          Main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectRunner

public DirectRunner(ServerRunner serverRunner,
                    String label)
Constructor with ServerRunner for source data.

Parameters:
serverRunner - Source ServerRunner.
label - Label for evaluation.
Method Detail

run

public void run(boolean isResume)
Main method. Performs the evaluation in current thread.

Parameters:
isResume - Whether should resume interrupted evaluation.


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.