public class Match extends Object implements Serializable
| Constructor and Description |
|---|
Match() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getAnnos()
Get the fully qualified annotation matched annotation names.
|
List<String> |
getSaltIDs()
Get Salt IDs of the nodes that are part of the match.
|
int |
hashCode() |
static Match |
parseFromString(String raw) |
void |
setAnnos(List<String> annos) |
void |
setSaltIDs(List<String> saltIDs) |
String |
toString()
Returns a space separated list of all Salt IDs.
|
public List<String> getAnnos()
getSaltIDs(). If no annotation is matched, the list contains an entry with an empty
string.public List<String> getSaltIDs()
public void setSaltIDs(List<String> saltIDs)
saltIDs - the list of IDs as URIgetSaltIDs()Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.