GNDMS 0.6.0
RESTful verison of GNDMS
Public Member Functions | Private Attributes

de.zib.gndms.common.model.gorfx.types.TaskStatistics Class Reference

Class for task and taskflow statistics: More...

List of all members.

Public Member Functions

String getType ()
void setType (String type)
int getActive ()
void setActive (int active)
int getFinished ()
void setFinished (int finished)
int getFailed ()
void setFailed (int failed)
double getAvgRuntime ()
void setAvgRuntime (double avgRuntime)

Private Attributes

String type
 The type of the task(flow)
int active
 The number of active task(flows)
int finished
 The number of finished task(flows)
int failed
 The number of failed task(flows)
double avgRuntime
 The average runtime of a task(flow)

Detailed Description

Class for task and taskflow statistics:

Author:
try ma ik jo rr a zib
Date:
02.03.11 11:58

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations