()
| 167 | } |
| 168 | |
| 169 | protected boolean checkForDeletion() { |
| 170 | if (head().parents().size() == 0 || tail().parents().size() == 0) this.disconnectFromAll(); |
| 171 | return true; |
| 172 | } |
| 173 | |
| 174 | protected boolean updateFrameToMiddle() { |
| 175 | FLine f = arc(head().properties.get(frame), tail().properties.get(frame)); |
nothing calls this directly
no test coverage detected