Package org.apache.uima.cas.impl
Class AllFSs
java.lang.Object
org.apache.uima.cas.impl.AllFSs
support for collecting all FSs in a CAS
- over all views
- both indexed, and (optionally) reachable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final CASImplprivate final PositiveIntSetprivate final PositiveIntSetprivate final MarkerImplprivate final CasTypeSystemMapper -
Constructor Summary
ConstructorsConstructorDescriptionsimpler version, no mark info, no filter or type mapperAllFSs(CASImpl cas, MarkerImpl mark, Predicate<TOP> includeFilter, CasTypeSystemMapper typeMapper) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidenqueueFeatures(TOP fs) private void(package private) PositiveIntSetprivate AllFSs(package private) PositiveIntSetprivate voidgetFSsForView(Collection<TOP> fss)
-
Field Details
-
cas
-
mark
-
foundFSs
-
foundFSsBelowMark
-
toBeScanned
-
includeFilter
-
typeMapper
-
-
Constructor Details
-
AllFSs
AllFSs(CASImpl cas, MarkerImpl mark, Predicate<TOP> includeFilter, CasTypeSystemMapper typeMapper) -
AllFSs
AllFSs(CASImpl cas) simpler version, no mark info, no filter or type mapper- Parameters:
cas- -
-
-
Method Details
-
getAllBelowMark
PositiveIntSet getAllBelowMark() -
getAllNew
PositiveIntSet getAllNew() -
getAllFSs
-
getAllFSsSorted
-
getAllFSsAllViews_sofas
-
getAllFSsAllViews_sofas_reachable
-
getFSsForView
-
enqueueFS
-
enqueueFeatures
-