public class FrontEndApiCommands extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
ADD_EXPERIMENT_CONFIGURATION
This command adds the given benchmark system combination to the queue.
|
static byte |
CLOSE_CHALLENGE
This command closes the given challenge.
|
static byte |
GET_BENCHMARK_DETAILS
This command requests the parameters of a benchmark and the systems that
can be benchmarked with it.
|
static byte |
GET_SYSTEMS_OF_USER
This command requests systems that have been uploaded by the given user.
|
static byte |
LIST_AVAILABLE_BENCHMARKS
Lists the benchmarks that are currently available.
|
static byte |
LIST_CURRENT_STATUS
This command requests
the currently running experiment and its status
the list of experiments in the queue
the planned challenges and their experiments
|
| Constructor and Description |
|---|
FrontEndApiCommands() |
public static final byte LIST_CURRENT_STATUS
public static final byte LIST_AVAILABLE_BENCHMARKS
public static final byte GET_BENCHMARK_DETAILS
public static final byte ADD_EXPERIMENT_CONFIGURATION
public static final byte GET_SYSTEMS_OF_USER
public static final byte CLOSE_CHALLENGE
Copyright © 2017. All rights reserved.