Uses of Interface
org.apache.uima.collection.metadata.CpeSofaMapping
-
Packages that use CpeSofaMapping Package Description org.apache.uima.collection.impl.metadata.cpe org.apache.uima.collection.metadata Java object representation of a CPE Descriptor. -
-
Uses of CpeSofaMapping in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CpeSofaMapping Modifier and Type Class Description class
CpeSofaMappingImpl
The Class CpeSofaMappingImpl.Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeSofaMapping Modifier and Type Method Description CpeSofaMapping[]
CpeSofaMappingsImpl. getSofaNameMappings()
Gets the sofa name mappings.static CpeSofaMapping
CpeDescriptorFactory. produceSofaMapping()
Produce sofa mapping.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeSofaMapping Modifier and Type Method Description void
CpeSofaMappingsImpl. setSofaNameMappings(CpeSofaMapping[] sofaMappings)
Sets the sofa name mappings. -
Uses of CpeSofaMapping in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CpeSofaMapping Modifier and Type Method Description CpeSofaMapping[]
CpeSofaMappings. getSofaNameMappings()
Return Sofa Name MappingsMethods in org.apache.uima.collection.metadata with parameters of type CpeSofaMapping Modifier and Type Method Description void
CpeSofaMappings. setSofaNameMappings(CpeSofaMapping[] sofaMappings)
Set Sofa Name Mappings
-