| 555 | } |
| 556 | |
| 557 | void TOPPASVertex::reset(bool /*reset_all_files*/) |
| 558 | { |
| 559 | __DEBUG_BEGIN_METHOD__ |
| 560 | |
| 561 | round_total_ = -1; |
| 562 | round_counter_ = 0; |
| 563 | |
| 564 | finished_ = false; |
| 565 | reachable_ = true; |
| 566 | |
| 567 | update(boundingRect()); |
| 568 | |
| 569 | __DEBUG_END_METHOD__ |
| 570 | } |
| 571 | |
| 572 | bool TOPPASVertex::isFinished() const |
| 573 | { |
no outgoing calls
no test coverage detected