* Return the graphic data structure * * @return graphic data structure
()
| 234 | * @return graphic data structure |
| 235 | */ |
| 236 | getGraph() { |
| 237 | return this.getData().graph; |
| 238 | } |
| 239 | |
| 240 | /** |
| 241 | * Get edge data of graphic data structure |
no test coverage detected