public class QueuedExperiment extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
benchmarkName
The name of the benchmark.
|
String |
benchmarkUri
The URI of the benchmark.
|
boolean |
canBeCanceled
A flag indicating whether the experiment can be canceled by the user who
requested this information.
|
String |
challengeTaskUri
The URI of the challenge task this experiment is part of (or
null if
such a challenge does not exist). |
String |
challengeUri
The URI of the challenge this experiment is part of (or
null if such
a challenge does not exist). |
long |
dateOfExecution
Date of execution in milliseconds.
|
String |
experimentId
The ID of the experiment.
|
String |
systemName
The name of the system.
|
String |
systemUri
The URI of the system.
|
| Constructor and Description |
|---|
QueuedExperiment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBenchmarkName() |
String |
getBenchmarkUri() |
String |
getChallengeTaskUri() |
String |
getChallengeUri() |
String |
getExperimentId() |
String |
getSystemName() |
String |
getSystemUri() |
boolean |
isCanBeCanceled() |
void |
setBenchmarkName(String benchmarkName) |
void |
setBenchmarkUri(String benchmarkUri) |
void |
setCanBeCanceled(boolean canBeCanceled) |
void |
setChallengeTaskUri(String challengeTaskUri) |
void |
setChallengeUri(String challengeUri) |
void |
setExperimentId(String experimentId) |
void |
setSystemName(String systemName) |
void |
setSystemUri(String systemUri) |
public String experimentId
public String benchmarkUri
public String benchmarkName
public String systemUri
public String systemName
public String challengeUri
null if such
a challenge does not exist).public String challengeTaskUri
null if
such a challenge does not exist).public long dateOfExecution
public boolean canBeCanceled
public String getExperimentId()
public void setExperimentId(String experimentId)
experimentId - the experimentId to setpublic String getBenchmarkUri()
public void setBenchmarkUri(String benchmarkUri)
benchmarkUri - the benchmarkUri to setpublic String getBenchmarkName()
public void setBenchmarkName(String benchmarkName)
benchmarkName - the benchmarkName to setpublic String getSystemUri()
public void setSystemUri(String systemUri)
systemUri - the systemUri to setpublic String getSystemName()
public void setSystemName(String systemName)
systemName - the systemName to setpublic String getChallengeUri()
public void setChallengeUri(String challengeUri)
challengeUri - the challengeUri to setpublic String getChallengeTaskUri()
public void setChallengeTaskUri(String challengeTaskUri)
challengeTaskUri - the challengeTaskUri to setpublic boolean isCanBeCanceled()
public void setCanBeCanceled(boolean canBeCanceled)
canBeCanceled - the canBeCanceled to setCopyright © 2017–2018. All rights reserved.