Uses of Interface
org.apache.uima.cas.FSIterator

Packages that use FSIterator
org.apache.uima.cas Common Analysis System (CAS) Interfaces. 
org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. 
org.apache.uima.cas.text Text Common Annotation System (TCAS) Interfaces. 
org.apache.uima.jcas Interfaces for accessing the JCAS. 
org.apache.uima.jcas.impl Provides the classes that support the Java Cas Model (JCM). 
org.apache.uima.tools.cvd   
 

Uses of FSIterator in org.apache.uima.cas
 

Methods in org.apache.uima.cas that return FSIterator
 FSIterator<T> FSIterator.copy()
          Copy this iterator.
<T extends FeatureStructure>
FSIterator<T>
CAS.createFilteredIterator(FSIterator<T> it, FSMatchConstraint cons)
          Create an iterator over structures satisfying a given constraint.
 FSIterator<FeatureStructure> FSIndexRepository.getAllIndexedFS(Type aType)
          Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its subtypes).
 FSIterator<SofaFS> CAS.getSofaIterator()
          Get iterator for all SofaFS in the CAS.
 FSIterator<T> FSIndex.iterator()
          Return an iterator over the index.
 FSIterator<T> FSIndex.iterator(FeatureStructure fs)
          Return an iterator over the index.
 

Methods in org.apache.uima.cas with parameters of type FSIterator
<T extends FeatureStructure>
FSIterator<T>
CAS.createFilteredIterator(FSIterator<T> it, FSMatchConstraint cons)
          Create an iterator over structures satisfying a given constraint.
<T extends FeatureStructure>
java.util.ListIterator<T>
CAS.fs2listIterator(FSIterator<T> it)
          Wrap a standard Java ListIterator around an FSListIterator.
 

Uses of FSIterator in org.apache.uima.cas.impl
 

Classes in org.apache.uima.cas.impl that implement FSIterator
 class FSIteratorImplBase<T extends FeatureStructure>
          Base class for FSIterator implementations.
 class FSIteratorWrapper<T extends FeatureStructure>
           
 class Subiterator<T extends AnnotationFS>
          Subiterator implementation.
 class UnambiguousIteratorImpl<T extends AnnotationFS>
          Implementation of the unambiguous iterators.
 

Methods in org.apache.uima.cas.impl that return FSIterator
 FSIterator<T> UnambiguousIteratorImpl.copy()
           
 FSIterator<T> Subiterator.copy()
           
 FSIterator<T> FSIteratorWrapper.copy()
           
<T extends FeatureStructure>
FSIterator<T>
CASImpl.createFilteredIterator(FSIterator<T> it, FSMatchConstraint cons)
           
 FSIterator<FeatureStructure> FSIndexRepositoryImpl.getAllIndexedFS(Type type)
           
 FSIterator<SofaFS> CASImpl.getSofaIterator()
           
 FSIterator<T> AnnotationIndexImpl.iterator()
           
 FSIterator<T> FSLeafIndexImpl.iterator()
           
 FSIterator<T> AnnotationIndexImpl.iterator(boolean ambiguous)
           
 FSIterator<T> AnnotationIndexImpl.iterator(FeatureStructure fs)
           
 FSIterator<T> FSLeafIndexImpl.iterator(FeatureStructure fs)
           
 FSIterator<T> AnnotationIndexImpl.subiterator(AnnotationFS annot)
           
 FSIterator<T> AnnotationIndexImpl.subiterator(AnnotationFS annot, boolean ambiguous, boolean strict)
           
 

Methods in org.apache.uima.cas.impl with parameters of type FSIterator
<T extends FeatureStructure>
FSIterator<T>
CASImpl.createFilteredIterator(FSIterator<T> it, FSMatchConstraint cons)
           
<T extends FeatureStructure>
java.util.ListIterator<T>
CASImpl.fs2listIterator(FSIterator<T> it)
           
 

Constructors in org.apache.uima.cas.impl with parameters of type FSIterator
UnambiguousIteratorImpl(FSIterator<T> it)
           
UnambiguousIteratorImpl(FSIterator<T> it, int start, int end, boolean strict)
           
 

Uses of FSIterator in org.apache.uima.cas.text
 

Methods in org.apache.uima.cas.text that return FSIterator
 FSIterator<T> AnnotationIndex.iterator(boolean ambiguous)
          Return an iterator over annotations that can be constrained to be unambiguous.
 FSIterator<T> AnnotationIndex.subiterator(AnnotationFS annot)
          Return a subiterator whose bounds are defined by the input annotation.
 FSIterator<T> AnnotationIndex.subiterator(AnnotationFS annot, boolean ambiguous, boolean strict)
          Return a subiterator whose bounds are defined by the input annotation.
 

Uses of FSIterator in org.apache.uima.jcas
 

Methods in org.apache.uima.jcas that return FSIterator
<T extends FeatureStructure>
FSIterator<T>
JCas.createFilteredIterator(FSIterator<T> it, FSMatchConstraint cons)
          Create an iterator over structures satisfying a given constraint.
 FSIterator<TOP> JFSIndexRepository.getAllIndexedFS(int aType)
          Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its subtypes).
 FSIterator<TOP> JFSIndexRepository.getAllIndexedFS(Type aType)
          Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its subtypes).
 FSIterator<SofaFS> JCas.getSofaIterator()
          Get iterator for all SofaFS in the CAS.
 

Methods in org.apache.uima.jcas with parameters of type FSIterator
<T extends FeatureStructure>
FSIterator<T>
JCas.createFilteredIterator(FSIterator<T> it, FSMatchConstraint cons)
          Create an iterator over structures satisfying a given constraint.
<T extends FeatureStructure>
java.util.ListIterator<T>
JCas.fs2listIterator(FSIterator<T> it)
          Wrap a standard Java ListIterator around an FSListIterator.
 

Uses of FSIterator in org.apache.uima.jcas.impl
 

Methods in org.apache.uima.jcas.impl that return FSIterator
<T extends FeatureStructure>
FSIterator<T>
JCasImpl.createFilteredIterator(FSIterator<T> it, FSMatchConstraint constraint)
           
 FSIterator JFSIndexRepositoryImpl.getAllIndexedFS(int aType)
           
 FSIterator JFSIndexRepositoryImpl.getAllIndexedFS(Type aType)
           
 FSIterator<SofaFS> JCasImpl.getSofaIterator()
           
 

Methods in org.apache.uima.jcas.impl with parameters of type FSIterator
<T extends FeatureStructure>
FSIterator<T>
JCasImpl.createFilteredIterator(FSIterator<T> it, FSMatchConstraint constraint)
           
<T extends FeatureStructure>
java.util.ListIterator<T>
JCasImpl.fs2listIterator(FSIterator<T> it)
           
 

Uses of FSIterator in org.apache.uima.tools.cvd
 

Methods in org.apache.uima.tools.cvd with parameters of type FSIterator
static AnnotationExtent[] MultiMarkup.createAnnotationMarkups(FSIterator it, int textLen, java.util.Map<java.lang.String,javax.swing.text.Style> styleMap)
           
static MarkupExtent[] MultiMarkup.createMarkupExtents(FSIterator it, int textLen)
           
 



Copyright © 2012. All Rights Reserved.