Uses of Interface
org.apache.uima.collection.metadata.CpeSofaMappings
-
Packages that use CpeSofaMappings Package Description 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 CpeSofaMappings in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CpeSofaMappings Modifier and Type Class Description class
CpeSofaMappingsImpl
Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeSofaMappings Modifier and Type Method Description CpeSofaMappings
CasProcessorCpeObject. getSofaNameMappings()
CpeSofaMappings
CpeCollectionReaderCasInitializerImpl. getSofaNameMappings()
Deprecated.CpeSofaMappings
CpeCollectionReaderIteratorImpl. getSofaNameMappings()
static CpeSofaMappings
CpeDescriptorFactory. produceSofaMappings()
Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeSofaMappings Modifier and Type Method Description void
CasProcessorCpeObject. setSofaNameMappings(CpeSofaMappings mappings)
void
CpeCollectionReaderCasInitializerImpl. setSofaNameMappings(CpeSofaMappings mappings)
Deprecated.void
CpeCollectionReaderIteratorImpl. setSofaNameMappings(CpeSofaMappings mappings)
-
Uses of CpeSofaMappings in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CpeSofaMappings Modifier and Type Method Description CpeSofaMappings
CpeCasProcessor. getSofaNameMappings()
CpeSofaMappings
CpeCollectionReaderCasInitializer. getSofaNameMappings()
Deprecated.CpeSofaMappings
CpeCollectionReaderIterator. getSofaNameMappings()
Methods in org.apache.uima.collection.metadata with parameters of type CpeSofaMappings Modifier and Type Method Description void
CpeCasProcessor. setSofaNameMappings(CpeSofaMappings mappings)
void
CpeCollectionReaderCasInitializer. setSofaNameMappings(CpeSofaMappings mappings)
Deprecated.void
CpeCollectionReaderIterator. setSofaNameMappings(CpeSofaMappings mappings)
Set Sofa Name Mappings -
Uses of CpeSofaMappings in org.apache.uima.impl
Methods in org.apache.uima.impl that return CpeSofaMappings Modifier and Type Method Description CpeSofaMappings
ResourceSpecifierFactory_impl. createCpeSofaMappings()
-