Uses of Class
org.apache.uima.cas.impl.CasTypeSystemMapper
-
Packages that use CasTypeSystemMapper Package Description org.apache.uima.cas.impl 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 declared as CasTypeSystemMapper Modifier and Type Field Description private CasTypeSystemMapper
AllFSs. typeMapper
private CasTypeSystemMapper
BinaryCasSerDes6. typeMapper
private CasTypeSystemMapper
CasCompare. typeMapper
Fields in org.apache.uima.cas.impl with type parameters of type CasTypeSystemMapper Modifier and Type Field Description java.util.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 that return CasTypeSystemMapper Modifier and Type Method Description (package private) CasTypeSystemMapper
TypeSystemImpl. getTypeSystemMapper(TypeSystemImpl tgtTs)
(package private) CasTypeSystemMapper
TypeSystemImpl. getTypeSystemMapperInner(TypeSystemImpl tgtTs)
Methods in org.apache.uima.cas.impl with parameters of type CasTypeSystemMapper Modifier and Type Method Description java.util.List<TOP>
CASImpl. walkReachablePlusFSsSorted(java.util.function.Consumer<TOP> action_filtered, MarkerImpl mark, java.util.function.Predicate<TOP> includeFilter, CasTypeSystemMapper typeMapper)
find all of the FSs via the indexes plus what's reachable.Constructors in org.apache.uima.cas.impl with parameters of type CasTypeSystemMapper Constructor Description AllFSs(CASImpl cas, MarkerImpl mark, java.util.function.Predicate<TOP> includeFilter, CasTypeSystemMapper typeMapper)
-