| Package | Description | 
|---|---|
| org.apache.uima.cas.impl | Implementation and Low-Level API for the CAS Interfaces. | 
| Modifier and Type | Field and Description | 
|---|---|
| Map<TypeSystemImpl,CasTypeSystemMapper> | TypeSystemImpl. typeSystemMappersType 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<TOP> | CASImpl. walkReachablePlusFSsSorted(Consumer<TOP> action_filtered,
                          MarkerImpl mark,
                          Predicate<TOP> includeFilter,
                          CasTypeSystemMapper typeMapper)find all of the FSs via the indexes plus what's reachable. | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.