public abstract class SingleTaskEvaluatorBase extends Object
| Constructor and Description |
|---|
SingleTaskEvaluatorBase() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
execute(IEvaluationTask task)
Executes given
IEvaluationTask. |
static void |
main(String[] args)
Main method.
|
protected void |
processResult(IEvaluationTask task) |
static cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper |
run(String mapName)
Starts UCC server.
|
protected void |
setupLog(String logPath)
Redirects out to save log in file.
|
protected static final Logger log
public static void main(String[] args)
args - Path to file, resume, label.public static cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper run(String mapName)
mapName - Map which start on server.protected void setupLog(String logPath)
logPath - public abstract int execute(IEvaluationTask task)
IEvaluationTask.task - Task to execute.protected void processResult(IEvaluationTask task)
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.