Package org.hobbit.core
Class FrontEndApiCommands
- java.lang.Object
-
- org.hobbit.core.FrontEndApiCommands
-
public class FrontEndApiCommands extends Object
Command bytes that can be sent to the controller. The response depends on the used command.- Author:
- Michael Röder (roeder@informatik.uni-leipzig.de)
-
-
Field Summary
Fields Modifier and Type Field Description static byteADD_EXPERIMENT_CONFIGURATIONThis command adds the given benchmark system combination to the queue.static byteCLOSE_CHALLENGEThis command closes the given challenge.static byteGET_BENCHMARK_DETAILSThis command requests the parameters of a benchmark and the systems that can be benchmarked with it.static byteGET_SYSTEMS_OF_USERThis command requests systems that have been uploaded by the given user.static byteLIST_AVAILABLE_BENCHMARKSLists the benchmarks that are currently available.static byteLIST_CURRENT_STATUSThis command requests the currently running experiment and its status the list of experiments in the queue the planned challenges and their experimentsstatic byteREMOVE_EXPERIMENTThis command deletes the given experiment from the queue with the access authority of the given user.
-
Constructor Summary
Constructors Constructor Description FrontEndApiCommands()
-
-
-
Field Detail
-
LIST_CURRENT_STATUS
public static final 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
- See Also:
- Constant Field Values
-
LIST_AVAILABLE_BENCHMARKS
public static final byte LIST_AVAILABLE_BENCHMARKS
Lists the benchmarks that are currently available.- See Also:
- Constant Field Values
-
GET_BENCHMARK_DETAILS
public static final byte GET_BENCHMARK_DETAILS
This command requests the parameters of a benchmark and the systems that can be benchmarked with it.- See Also:
- Constant Field Values
-
ADD_EXPERIMENT_CONFIGURATION
public static final byte ADD_EXPERIMENT_CONFIGURATION
This command adds the given benchmark system combination to the queue.- See Also:
- Constant Field Values
-
GET_SYSTEMS_OF_USER
public static final byte GET_SYSTEMS_OF_USER
This command requests systems that have been uploaded by the given user.- See Also:
- Constant Field Values
-
CLOSE_CHALLENGE
public static final byte CLOSE_CHALLENGE
This command closes the given challenge.- See Also:
- Constant Field Values
-
REMOVE_EXPERIMENT
public static final byte REMOVE_EXPERIMENT
This command deletes the given experiment from the queue with the access authority of the given user.- See Also:
- Constant Field Values
-
-