public abstract class Enhancement extends Object implements Comparable<Enhancement>
| Constructor and Description |
|---|
Enhancement() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Enhancement o) |
Double |
getConfidence()
Get Annotation's confidence value.
|
String |
getLanguage()
Deprecated.
use {label}Language methods of subclasses. This will always
return
null (if not overridden by subclasses). |
Collection<Enhancement> |
getRelations()
Returns a
Collection of Annotations related to the current one |
public Double getConfidence()
public Collection<Enhancement> getRelations()
Collection of Annotations related to the current onepublic String getLanguage()
null (if not overridden by subclasses).nullpublic int compareTo(Enhancement o)
compareTo in interface Comparable<Enhancement>Copyright © 2018 Redlink GmbH. All rights reserved.