Uses of Class
org.apache.uima.cas.impl.CasTypeSystemMapper
Packages that use CasTypeSystemMapper
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of CasTypeSystemMapper in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl with type parameters of type CasTypeSystemMapperModifier and TypeFieldDescriptionfinal Map<TypeSystemImpl,
CasTypeSystemMapper> TypeSystemImpl.typeSystemMappers
Type Mapping Objects used in compressed binary (de)serialization These are in an identity map, key = target type system Threading: this map is used by multiple threads Key = target type system, via a weak reference.Methods in org.apache.uima.cas.impl with parameters of type CasTypeSystemMapperModifier and TypeMethodDescriptionCASImpl.walkReachablePlusFSsSorted
(Consumer<TOP> action_filtered, MarkerImpl mark, Predicate<TOP> includeFilter, CasTypeSystemMapper typeMapper) find all of the FSs via the indexes plus what's reachable.