Uses of Interface
org.apache.uima.collection.metadata.CpeCollectionReaderIterator
-
Packages that use CpeCollectionReaderIterator Package Description org.apache.uima Apache UIMAorg.apache.uima.collection.impl.metadata.cpe org.apache.uima.collection.metadata Java object representation of a CPE Descriptor.org.apache.uima.impl Apache UIMA internalsorg.apache.uima.tools.cpm -
-
Uses of CpeCollectionReaderIterator in org.apache.uima
Methods in org.apache.uima that return CpeCollectionReaderIterator Modifier and Type Method Description CpeCollectionReaderIterator
ResourceSpecifierFactory. createCollectionIterator()
-
Uses of CpeCollectionReaderIterator in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CpeCollectionReaderIterator Modifier and Type Class Description class
CpeCollectionReaderIteratorImpl
The Class CpeCollectionReaderIteratorImpl.Fields in org.apache.uima.collection.impl.metadata.cpe declared as CpeCollectionReaderIterator Modifier and Type Field Description private CpeCollectionReaderIterator
CpeCollectionReaderImpl. collectionIterator
The collection iterator.Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeCollectionReaderIterator Modifier and Type Method Description CpeCollectionReaderIterator
CpeCollectionReaderImpl. getCollectionIterator()
static CpeCollectionReaderIterator
CpeDescriptorFactory. produceCollectionReaderIterator(java.lang.String aPath)
Produce collection reader iterator.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeCollectionReaderIterator Modifier and Type Method Description void
CpeCollectionReaderImpl. setCollectionIterator(CpeCollectionReaderIterator iterator)
Sets the collection iterator. -
Uses of CpeCollectionReaderIterator in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CpeCollectionReaderIterator Modifier and Type Method Description CpeCollectionReaderIterator
CpeCollectionReader. getCollectionIterator()
Methods in org.apache.uima.collection.metadata with parameters of type CpeCollectionReaderIterator Modifier and Type Method Description void
CpeCollectionReader. setCollectionIterator(CpeCollectionReaderIterator iterator)
-
Uses of CpeCollectionReaderIterator in org.apache.uima.impl
Methods in org.apache.uima.impl that return CpeCollectionReaderIterator Modifier and Type Method Description CpeCollectionReaderIterator
ResourceSpecifierFactory_impl. createCollectionIterator()
-
Uses of CpeCollectionReaderIterator in org.apache.uima.tools.cpm
Methods in org.apache.uima.tools.cpm with parameters of type CpeCollectionReaderIterator Modifier and Type Method Description private boolean
CpmPanel. populateCollectionReaderPanel(CpeCollectionReaderIterator cpeColRdr)
Populate collection reader panel.
-