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 Apache UIMA internals -
-
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 classCpeSofaMappingsImplThe Class CpeSofaMappingsImpl.Fields in org.apache.uima.collection.impl.metadata.cpe declared as CpeSofaMappings Modifier and Type Field Description private CpeSofaMappingsCasProcessorCpeObject. sofaNameMappingsThe sofa name mappings.private CpeSofaMappingsCpeCollectionReaderCasInitializerImpl. sofaNameMappingsDeprecated.The sofa name mappings.private CpeSofaMappingsCpeCollectionReaderIteratorImpl. sofaNameMappingsThe sofa name mappings.Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeSofaMappings Modifier and Type Method Description CpeSofaMappingsCasProcessorCpeObject. getSofaNameMappings()Gets the sofa name mappings.CpeSofaMappingsCpeCollectionReaderCasInitializerImpl. getSofaNameMappings()Deprecated.Gets the sofa name mappings.CpeSofaMappingsCpeCollectionReaderIteratorImpl. getSofaNameMappings()Gets the sofa name mappings.static CpeSofaMappingsCpeDescriptorFactory. produceSofaMappings()Produce sofa mappings.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeSofaMappings Modifier and Type Method Description voidCasProcessorCpeObject. setSofaNameMappings(CpeSofaMappings mappings)Sets the sofa name mappings.voidCpeCollectionReaderCasInitializerImpl. setSofaNameMappings(CpeSofaMappings mappings)Deprecated.Sets the sofa name mappings.voidCpeCollectionReaderIteratorImpl. setSofaNameMappings(CpeSofaMappings mappings)Sets the sofa name 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 CpeSofaMappingsCpeCasProcessor. getSofaNameMappings()CpeSofaMappingsCpeCollectionReaderCasInitializer. getSofaNameMappings()Deprecated.CpeSofaMappingsCpeCollectionReaderIterator. getSofaNameMappings()Methods in org.apache.uima.collection.metadata with parameters of type CpeSofaMappings Modifier and Type Method Description voidCpeCasProcessor. setSofaNameMappings(CpeSofaMappings mappings)voidCpeCollectionReaderCasInitializer. setSofaNameMappings(CpeSofaMappings mappings)Deprecated.voidCpeCollectionReaderIterator. 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 CpeSofaMappingsResourceSpecifierFactory_impl. createCpeSofaMappings()
-