|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.sim.kiem.automated.data.AbstractResult
de.cau.cs.kieler.sim.kiem.automated.data.IterationResult
public class IterationResult
This class contains the result of one iteration. It contains at least the
following information:
The name of the model file
The index of the iteration
The step number on which the execution finished
Field Summary | |
---|---|
static String |
MESSAGE
Identifier for the message field. |
Fields inherited from class de.cau.cs.kieler.sim.kiem.automated.data.AbstractResult |
---|
STATUS |
Constructor Summary | |
---|---|
IterationResult(String modelFile,
int iteration)
Creates a new IterationResult. |
Method Summary | |
---|---|
ResultStatus |
getStatus()
Getter for the status. |
void |
setMessage(String message)
Set the message on the result. |
void |
setStatus(ResultStatus statusParam)
Setter for the status. |
Methods inherited from class de.cau.cs.kieler.sim.kiem.automated.data.AbstractResult |
---|
addChild, addResult, getChildren, getResults, setResults, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String MESSAGE
Constructor Detail |
---|
public IterationResult(String modelFile, int iteration)
modelFile
- the model file.iteration
- the index of the execution;Method Detail |
---|
public ResultStatus getStatus()
public void setStatus(ResultStatus statusParam)
statusParam
- the status to setpublic void setMessage(String message)
message
- the message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |