cz.cuni.amis.pogamut.ut2004.navigation.evaluator
Class DirectRunner
java.lang.Object
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
|
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 |
DirectRunner
public DirectRunner(ServerRunner serverRunner,
String label)
- Constructor with ServerRunner for source data.
- Parameters:
serverRunner - Source ServerRunner.label - Label for evaluation.
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.