kplato
KPlato::Risk Class Reference
#include <kptresource.h>
Detailed Description
Risk is associated with a resource/task pairing to indicate the planner's confidence in the estimated effort.Risk can be one of none, low, or high. Some factors that may be taken into account for risk are the experience of the person and the reliability of equipment.
Definition at line 368 of file kptresource.h.
Public Types | |
enum | RiskType { NONE = 0, LOW = 1, HIGH = 2 } |
Public Member Functions | |
Risk (Node *n, Resource *r, RiskType rt=NONE) | |
RiskType | riskType () |
Node * | node () |
Resource * | resource () |
The documentation for this class was generated from the following files: