* Changes the number of scientist to the ResearchProject * @param nb number of scientist assigned to this ResearchProject */
| 51 | * @param nb number of scientist assigned to this ResearchProject |
| 52 | */ |
| 53 | void ResearchProject::setAssigned (int nb) |
| 54 | { |
| 55 | _assigned = nb; |
| 56 | } |
| 57 | |
| 58 | const RuleResearch * ResearchProject::getRules () const |
| 59 | { |
no outgoing calls
no test coverage detected