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
Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeSofaMapping Modifier and Type Method Description CpeSofaMapping[]
CpeSofaMappingsImpl. getSofaNameMappings()
static CpeSofaMapping
CpeDescriptorFactory. produceSofaMapping()
Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeSofaMapping Modifier and Type Method Description void
CpeSofaMappingsImpl. setSofaNameMappings(CpeSofaMapping[] sofaMappings)
-
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
-