Uses of Class
com.basistech.rosette.dm.Transliteration
Packages that use Transliteration
-
Uses of Transliteration in com.basistech.rosette.dm
Methods in com.basistech.rosette.dm that return TransliterationModifier and TypeMethodDescriptionTransliteration.Builder.build()Creates a newTransliterationfrom the current state of this builder.TransliterationResults.getTransliteration(com.basistech.util.LanguageCode code) Gets theTransliterationfor the givenLanguageCode.static TransliterationConvenience method to create a transliteration with the given script and value.Methods in com.basistech.rosette.dm that return types with arguments of type TransliterationModifier and TypeMethodDescriptionMap<com.basistech.util.LanguageCode,Transliteration> TransliterationResults.getResults()Gets all theTransliterations insidethisMethods in com.basistech.rosette.dm with parameters of type TransliterationModifier and TypeMethodDescriptionTransliteration.Builder.add(Transliteration transliteration) Adds all the transliterations within the givenTransliterationto this builder.TransliterationResults.Builder.addTransliteration(com.basistech.util.LanguageCode languageCode, Transliteration transliteration) Adds the givenTransliterationunder the givenLanguageCodestatic Transliteration.BuilderTransliteration.Builder.of(Transliteration transliteration) Creates a builder whose contents are a copy of the givenTransliteration.Method parameters in com.basistech.rosette.dm with type arguments of type TransliterationModifier and TypeMethodDescriptionTransliterationResults.Builder.transliteration(Map<com.basistech.util.LanguageCode, Transliteration> transliterations) Sets this builder's internal transliterations mapping to a copy of the given one.Constructors in com.basistech.rosette.dm with parameters of type TransliterationModifierConstructorDescriptionBuilder(Transliteration other) Creates a builder that starts out with the same transliterations as the givenTransliteration.Constructor parameters in com.basistech.rosette.dm with type arguments of type TransliterationModifierConstructorDescriptionprotectedTransliterationResults(Map<com.basistech.util.LanguageCode, Transliteration> results, Map<String, Object> extendedAttributes)