public class DateVocabulary extends Vocabulary
| Constructor and Description |
|---|
DateVocabulary() |
| Modifier and Type | Method and Description |
|---|---|
String |
encoding(List<String> aKeys)
returns the normalized, encoded String for a given key if found, otherwise a special value -depending on the vocabulary- is returned indicating that it couldn't be normalized
|
List<String> |
encoding(List<String> aKeys,
String aDefaultPattern,
String aFilterFunction)
return the encoding for a given list of values using a default pattern and applying a filter function
|
getDelimiter, getName, getResource, getTerms, getVocabularyName, isCaseSensitive, setCaseSensitive, setDelimiter, setName, setResource, setResource, setTermspublic String encoding(List<String> aKeys) throws ProcessingException
Vocabularyencoding in interface IVocabularyencoding in class VocabularyProcessingExceptionpublic List<String> encoding(List<String> aKeys, String aDefaultPattern, String aFilterFunction) throws ProcessingException
IVocabularyencoding in interface IVocabularyencoding in class VocabularyProcessingExceptionCopyright © 2025. All rights reserved.