| 813 | } |
| 814 | |
| 815 | bool Organisation::isPositiveTo(const StateRef<Organisation> &other) const |
| 816 | { |
| 817 | float x = this->getRelationTo(other); |
| 818 | return x >= 0; |
| 819 | } |
| 820 | |
| 821 | bool Organisation::isNegativeTo(const StateRef<Organisation> &other) const |
| 822 | { |
nothing calls this directly
no test coverage detected