public interface VocabTerm
This class is written with reference to Version 2.0 of the document Vocabularies in the VO, and particularly the Desise serialization described there. Note that document is in Working Draft status at time of writing.
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns a human-readable description of the underlying concept.
|
String |
getLabel()
Returns a human-readable string for display purposes.
|
String[] |
getNarrower()
Returns a list of terms related to this one by semantic narrowing.
|
String |
getTerm()
Returns the term token itself.
|
String |
getUseInstead()
Returns the term that should be used instead of this one.
|
String[] |
getWider()
Returns a list of terms related to this one by semantic widening.
|
boolean |
isDeprecated()
Indicates whether this term is deprecated, and hence should be avoided.
|
boolean |
isPreliminary()
Indicates whether this term is preliminary and hence may disappear
without warning from the vocabulary.
|
String getTerm()
String getLabel()
String getDescription()
boolean isPreliminary()
boolean isDeprecated()
getUseInstead()
String[] getWider()
String[] getNarrower()
String getUseInstead()
isDeprecated()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.