Returns the contents of the path element array @return ArrayList<String> containing the path elements
()
| 401 | * @return ArrayList<String> containing the path elements |
| 402 | */ |
| 403 | public ArrayList<String> getPaths() { |
| 404 | return path; |
| 405 | } |
| 406 | |
| 407 | |
| 408 | /** |
no outgoing calls
no test coverage detected