Uses of Class
org.apache.uima.fit.util.ContainmentIndex
-
Uses of ContainmentIndex in org.apache.uima.fit.util
Modifier and TypeMethodDescriptionstatic ContainmentIndex
<AnnotationFS, AnnotationFS> ContainmentIndex.create
(CAS cas, Type aSuper, Type aUnder, ContainmentIndex.Type aType) Factory method to create an index instead of using the constructor.static <A extends AnnotationFS,
B extends AnnotationFS>
ContainmentIndex<A, B> ContainmentIndex.create
(JCas aJcas, Class<A> aSuper, Class<B> aUnder, ContainmentIndex.Type aType) Factory method to create an index instead of using the constructor.