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