public interface OntologyResource extends Comparable<OntologyResource>
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
A label, if known, otherwise null.
|
Double |
getScore()
If this is result from a free-text search, a corresponding score, otherwise null.
|
String |
getUri()
A URI if known, otherwise null.
|
boolean |
isObsolete()
Whether the resource is marked as obsolete.
|
compareTo
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.