()
| 201 | } |
| 202 | |
| 203 | @Override |
| 204 | public String toString() { |
| 205 | return String.format("%s [%d nodes]", getClass().getSimpleName(), nodeCount()); |
| 206 | } |
| 207 | |
| 208 | /** |
| 209 | * If the config.graphLocation is set, data in the graph is persisted to that location. |
no test coverage detected