Uses of Class
org.apache.uima.analysis_engine.impl.RsLangs
Packages that use RsLangs
-
Uses of RsLangs in org.apache.uima.analysis_engine.impl
Fields in org.apache.uima.analysis_engine.impl declared as RsLangsModifier and TypeFieldDescriptionprivate static final RsLangs
ResultSpecification_impl.compiledXunspecified
form used in hash table of compilied version to represent x-unspecified (can't use null - that means entry not in table)(package private) RsLangs
RsFeat.languages
(package private) RsLangs
RsType.languagesAllFeat
(package private) RsLangs
RsType.languagesNotAllFeat
Fields in org.apache.uima.analysis_engine.impl with type parameters of type RsLangsMethods in org.apache.uima.analysis_engine.impl that return RsLangsModifier and TypeMethodDescription(package private) static RsLangs
add language unless it's subsumed by existing one remove any languages the newly added one subsumes store x-unspec as null(package private) static RsLangs
(package private) static RsLangs
(package private) RsLangs
RsTypesMap.addLanguages
(RsLangs existing, Object langs, boolean replace) (package private) RsLangs
RsTypesMap.addLanguages
(RsLangs existing, RsLangs rslangs, boolean replace) (package private) static RsLangs
RsLangs.createOrNull
(String[] languages) (package private) static RsLangs
RsLangs.createOrNull
(RsLangs rsl) (package private) static RsLangs
RsLangs.createSharableEmpty()
(package private) RsLangs
(package private) static RsLangs
RsLangs.replaceAll
(RsLangs rsl, String[] langs) Methods in org.apache.uima.analysis_engine.impl with parameters of type RsLangsModifier and TypeMethodDescription(package private) static RsLangs
add language unless it's subsumed by existing one remove any languages the newly added one subsumes store x-unspec as null(package private) void
(package private) static RsLangs
(package private) static RsLangs
private void
ResultSpecification_impl.addCompiledFormEntry
(String tofName, RsLangs languagesToAdd) Adds languages to a type or featureprivate void
ResultSpecification_impl.addCompiledFormForFeatureAndItsSubtypes
(RsType rst, String shortFeatName, RsLangs langs) Note: the string typeXXX:featYYY may not be in the type system.private void
ResultSpecification_impl.addCompiledFormForTypeAndItsSubtypes
(RsType rst, RsLangs langs) (package private) RsLangs
RsTypesMap.addLanguages
(RsLangs existing, Object langs, boolean replace) (package private) RsLangs
RsTypesMap.addLanguages
(RsLangs existing, RsLangs rslangs, boolean replace) (package private) static RsLangs
RsLangs.createOrNull
(RsLangs rsl) private static boolean
ResultSpecification_impl.hasLanguage
(RsLangs rsLangs, String language) (package private) RsLangs
(package private) static boolean
(package private) static RsLangs
RsLangs.replaceAll
(RsLangs rsl, String[] langs) (package private) static boolean
(package private) static boolean
RsLangs.subsumesCanonical
(RsLangs rsl, String lang) private static boolean
RsLangs.subsumesCanonical
(RsLangs rsl, String lang, String baseLang) (package private) static String[]
Constructors in org.apache.uima.analysis_engine.impl with parameters of type RsLangs