Uses of Class
de.cau.cs.kieler.sim.kiem.automated.data.ResultStatus

Packages that use ResultStatus
de.cau.cs.kieler.sim.kiem.automated.data This package contains the data storing classes of the KiemAuto. 
 

Uses of ResultStatus in de.cau.cs.kieler.sim.kiem.automated.data
 

Methods in de.cau.cs.kieler.sim.kiem.automated.data that return ResultStatus
 ResultStatus IterationResult.getStatus()
          Getter for the status.
static ResultStatus ResultStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResultStatus[] ResultStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.cau.cs.kieler.sim.kiem.automated.data with parameters of type ResultStatus
static String ResultStatus.labelOf(ResultStatus status)
          Get a readable String for the given status.
 void IterationResult.setStatus(ResultStatus statusParam)
          Setter for the status.
 void ModelResult.setStatus(ResultStatus statusParam)
          Setter for the status.