public class EvaluatorHandle extends Object
SingleTaskEvaluator. Runs SingleTaskEvaluator in
new JVM.| Modifier and Type | Class and Description |
|---|---|
static class |
EvaluatorHandle.Status
Status of handle.
|
| Constructor and Description |
|---|
EvaluatorHandle() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
createEvaluator(File task,
Logger log,
boolean isResume,
String label)
Creates new JVM and starts
SingleTaskEvaluator in it. |
EvaluatorHandle.Status |
getStatus()
Gets status of the execution.
|
File |
getTask()
Returns file with XML representation of assigned evaluation task.
|
public File getTask()
public boolean createEvaluator(File task, Logger log, boolean isResume, String label)
SingleTaskEvaluator in it.task - log - isResume - label - public EvaluatorHandle.Status getStatus()
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.