Returns a list of unique TSUIDs contained in the results @return an empty list if there were no results, otherwise a list of TSUIDs
()
| 111 | * @return an empty list if there were no results, otherwise a list of TSUIDs |
| 112 | */ |
| 113 | public List<String> getTSUIDs(); |
| 114 | |
| 115 | /** |
| 116 | * Compiles the annotations for each span into a new array list |
no outgoing calls