Uses of Interface
org.apache.uima.collection.metadata.CpeCollectionReader
-
Packages that use CpeCollectionReader Package Description org.apache.uima The main package for the Unstructured Information Management Middleware Architecture.org.apache.uima.collection.impl.metadata.cpe org.apache.uima.collection.metadata Java object representation of a CPE Descriptor.org.apache.uima.impl Contains reference implementations of the interfaces inorg.apache.uima. -
-
Uses of CpeCollectionReader in org.apache.uima
Methods in org.apache.uima that return CpeCollectionReader Modifier and Type Method Description CpeCollectionReaderResourceSpecifierFactory. createCollectionReader() -
Uses of CpeCollectionReader in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CpeCollectionReader Modifier and Type Class Description classCpeCollectionReaderImplMethods in org.apache.uima.collection.impl.metadata.cpe that return CpeCollectionReader Modifier and Type Method Description CpeCollectionReaderCpeDescriptionImpl. addCollectionReader(java.lang.String aCollectionReaderPath)CpeCollectionReader[]CpeDescriptionImpl. getAllCollectionCollectionReaders()static CpeCollectionReaderCpeDescriptorFactory. produceCollectionReader()static CpeCollectionReaderCpeDescriptorFactory. produceCollectionReader(java.lang.String aCollectionReaderDescriptorPath)static CpeCollectionReaderCpeDescriptorFactory. produceCollectionReader(java.lang.String aCollectionReaderDescriptorPath, CpeDescription aDescriptor)Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeCollectionReader Modifier and Type Method Description voidCpeDescriptionImpl. addCollectionReader(CpeCollectionReader aCollectionReader)voidCpeDescriptionImpl. setAllCollectionCollectionReaders(CpeCollectionReader[] areaders) -
Uses of CpeCollectionReader in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CpeCollectionReader Modifier and Type Method Description CpeCollectionReaderCpeDescription. addCollectionReader(java.lang.String aCollectionReaderPath)Adds a path to the descriptor file containing CollectionReader's configuration.CpeCollectionReader[]CpeDescription. getAllCollectionCollectionReaders()Returns a list ofCpeCollectionReaderinstances representing ALL defined CollectionReaders.Methods in org.apache.uima.collection.metadata with parameters of type CpeCollectionReader Modifier and Type Method Description voidCpeDescription. addCollectionReader(CpeCollectionReader aCollectionReader)voidCpeDescription. setAllCollectionCollectionReaders(CpeCollectionReader[] readers) -
Uses of CpeCollectionReader in org.apache.uima.impl
Methods in org.apache.uima.impl that return CpeCollectionReader Modifier and Type Method Description CpeCollectionReaderResourceSpecifierFactory_impl. createCollectionReader()
-