Interface TapLanguage
public interface TapLanguage
Describes a query language as declared by a TAP capabilities record.
- Since:
- 29 Nov 2011
- Author:
- Mark Taylor
-
Method Details
-
getName
-
getVersions
String[] getVersions()Returns version strings.- Returns:
- array of supported version names, same length as
getVersionIdsarray
-
getVersionIds
Ivoid[] getVersionIds()Returns version IVO-IDs.- Returns:
- array of IVO-IDs associated with supported versions,
same length as
getVersionsarray
-
getDescription
-
getFeaturesMap
Map<Ivoid, TapLanguageFeature[]> getFeaturesMap()Returns a map of language features for this language. Map keys are the language feature "type" IVOIDs, and the values are arrays of features with that type.- Returns:
- type->feature list map
-