Skip navigation links
A C D E F G H I K L M N P R S T U V W 

U

UCD - Class in ari.ucidy
Representation of a UCD.
UCD(Collection<UCDWord>) - Constructor for class ari.ucidy.UCD
Create a UCD with the given words.
UCD(UCDWord[]) - Constructor for class ari.ucidy.UCD
Create a UCD with the given words.
UCD.AdviceIterator - Class in ari.ucidy
Iterator over the list of advice.
UCD.DeprecatedIterator - Class in ari.ucidy
Iterator over the list of deprecated words.
UCD.ErrorsIterator - Class in ari.ucidy
Iterator over the list of all errors.
UCD.WordsIterator - Class in ari.ucidy
Iterator over the list of UCD words of this UCD.
UCDParser - Class in ari.ucidy
Object that lets parse a UCD (UCDParser.parseUCD(String)) or a list of UCD word (UCDParser.parseWordList(Reader, boolean)).
UCDParser() - Constructor for class ari.ucidy.UCDParser
Create a UCD parser with an empty list of known words.
UCDParser(String) - Constructor for class ari.ucidy.UCDParser
Create a UCD parser with an empty list of known words with a declared version.
UCDParser(UCDWordList) - Constructor for class ari.ucidy.UCDParser
Build a UCD parser with the given list of known words.
UCDParser(UCDWordList, DeprecatedUCDWordList) - Constructor for class ari.ucidy.UCDParser
Build a UCD parser with the given list of known words and a given list of deprecated UCD words.
UCDSyntax - Enum in ari.ucidy
All possible syntax rules as defined by the IVOA Recommendation 2018-05-27 for the UCD1+ controlled vocabulary v1.3: http://www.ivoa.net/documents/UCD1+/20180527/index.html
UCDWord - Class in ari.ucidy
Definition of a UCD word, according to the IVOA (v1.1 - 12 August 2005).
UCDWord(UCDSyntax, String, String, boolean) - Constructor for class ari.ucidy.UCDWord
Create a UCDWord.recognised (under conditions, see below) UCD word.
UCDWord(String) - Constructor for class ari.ucidy.UCDWord
Create a NON UCDWord.recommended and NON UCDWord.recognised UCD word.
UCDWord(String, UCDWord[]) - Constructor for class ari.ucidy.UCDWord
Create a NON UCDWord.recommended and NON UCDWord.recognised UCD word.
UCDWord(String, UCD, UCDSyntax, String) - Constructor for class ari.ucidy.UCDWord
Create a deprecated UCD word.
UCDWordComparator() - Constructor for class ari.ucidy.UCDWordList.UCDWordComparator
 
UCDWordList - Class in ari.ucidy
Object listing and ordering alphabetically a set of UCD words.
UCDWordList() - Constructor for class ari.ucidy.UCDWordList
Create an empty list of UCD words.
UCDWordList(String) - Constructor for class ari.ucidy.UCDWordList
Create an empty list of UCD words.
UCDWordList.UCDWordComparator - Class in ari.ucidy
Class used to sort the UCD words in this UCDWordList.
UCIDY_VERSION - Static variable in class ari.ucidy.UCDParser
Current version of this Ucidy instance.
A C D E F G H I K L M N P R S T U V W 
Skip navigation links