* Returns the number of scientist assigned to this project * @return Number of assigned scientist. */
| 65 | * @return Number of assigned scientist. |
| 66 | */ |
| 67 | int ResearchProject::getAssigned () const |
| 68 | { |
| 69 | return _assigned; |
| 70 | } |
| 71 | |
| 72 | /** |
| 73 | * Returns the time already spent on this project |
no outgoing calls
no test coverage detected