Uses of Interface
org.apache.uima.collection.metadata.CpeCollectionReaderIterator
Packages that use CpeCollectionReaderIterator
Package
Description
Apache UIMA
Java object representation of a CPE Descriptor.
Apache UIMA internals
-
Uses of CpeCollectionReaderIterator in org.apache.uima
Methods in org.apache.uima that return CpeCollectionReaderIterator -
Uses of CpeCollectionReaderIterator in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CpeCollectionReaderIteratorModifier and TypeClassDescriptionclass
The Class CpeCollectionReaderIteratorImpl.Fields in org.apache.uima.collection.impl.metadata.cpe declared as CpeCollectionReaderIteratorModifier and TypeFieldDescriptionprivate CpeCollectionReaderIterator
CpeCollectionReaderImpl.collectionIterator
The collection iterator.Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeCollectionReaderIteratorModifier and TypeMethodDescriptionCpeCollectionReaderImpl.getCollectionIterator()
static CpeCollectionReaderIterator
CpeDescriptorFactory.produceCollectionReaderIterator
(String aPath) Produce collection reader iterator.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeCollectionReaderIteratorModifier and TypeMethodDescriptionvoid
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 CpeCollectionReaderIteratorMethods in org.apache.uima.collection.metadata with parameters of type CpeCollectionReaderIteratorModifier and TypeMethodDescriptionvoid
CpeCollectionReader.setCollectionIterator
(CpeCollectionReaderIterator iterator) -
Uses of CpeCollectionReaderIterator in org.apache.uima.impl
Methods in org.apache.uima.impl that return CpeCollectionReaderIterator -
Uses of CpeCollectionReaderIterator in org.apache.uima.tools.cpm
Methods in org.apache.uima.tools.cpm with parameters of type CpeCollectionReaderIteratorModifier and TypeMethodDescriptionprivate boolean
CpmPanel.populateCollectionReaderPanel
(CpeCollectionReaderIterator cpeColRdr) Populate collection reader panel.