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 RsLangsResultSpecification_impl.compiledXunspecifiedform used in hash table of compilied version to represent x-unspecified (can't use null - that means entry not in table)(package private) RsLangsRsFeat.languages(package private) RsLangsRsType.languagesAllFeat(package private) RsLangsRsType.languagesNotAllFeatFields 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 RsLangsadd 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) RsLangsRsTypesMap.addLanguages(RsLangs existing, Object langs, boolean replace) (package private) RsLangsRsTypesMap.addLanguages(RsLangs existing, RsLangs rslangs, boolean replace) (package private) static RsLangsRsLangs.createOrNull(String[] languages) (package private) static RsLangsRsLangs.createOrNull(RsLangs rsl) (package private) static RsLangsRsLangs.createSharableEmpty()(package private) RsLangs(package private) static RsLangsRsLangs.replaceAll(RsLangs rsl, String[] langs) Methods in org.apache.uima.analysis_engine.impl with parameters of type RsLangsModifier and TypeMethodDescription(package private) static RsLangsadd 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 RsLangsprivate voidResultSpecification_impl.addCompiledFormEntry(String tofName, RsLangs languagesToAdd) Adds languages to a type or featureprivate voidResultSpecification_impl.addCompiledFormForFeatureAndItsSubtypes(RsType rst, String shortFeatName, RsLangs langs) Note: the string typeXXX:featYYY may not be in the type system.private voidResultSpecification_impl.addCompiledFormForTypeAndItsSubtypes(RsType rst, RsLangs langs) (package private) RsLangsRsTypesMap.addLanguages(RsLangs existing, Object langs, boolean replace) (package private) RsLangsRsTypesMap.addLanguages(RsLangs existing, RsLangs rslangs, boolean replace) (package private) static RsLangsRsLangs.createOrNull(RsLangs rsl) private static booleanResultSpecification_impl.hasLanguage(RsLangs rsLangs, String language) (package private) RsLangs(package private) static boolean(package private) static RsLangsRsLangs.replaceAll(RsLangs rsl, String[] langs) (package private) static boolean(package private) static booleanRsLangs.subsumesCanonical(RsLangs rsl, String lang) private static booleanRsLangs.subsumesCanonical(RsLangs rsl, String lang, String baseLang) (package private) static String[]Constructors in org.apache.uima.analysis_engine.impl with parameters of type RsLangs