Uses of Interface
org.apache.uima.collection.metadata.CpeCasProcessors
-
Packages that use CpeCasProcessors Package Description org.apache.uima The main package for the Unstructured Information Management Middleware Architecture.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 CpeCasProcessors in org.apache.uima
Methods in org.apache.uima that return CpeCasProcessors Modifier and Type Method Description CpeCasProcessorsResourceSpecifierFactory. createCasProcessors() -
Uses of CpeCasProcessors in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CpeCasProcessors Modifier and Type Class Description classCpeCasProcessorsImplMethods in org.apache.uima.collection.impl.metadata.cpe that return CpeCasProcessors Modifier and Type Method Description CpeCasProcessorsCpeDescriptionImpl. getCpeCasProcessors()static CpeCasProcessorsCpeDescriptorFactory. produceCasProcessors()static CpeCasProcessorsCpeDescriptorFactory. produceCasProcessors(int aInputQSize, int aOutputQSize, int aPuCount, CpeDescription aDescriptor)static CpeCasProcessorsCpeDescriptorFactory. produceCasProcessors(CpeDescription aDescriptor)Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeCasProcessors Modifier and Type Method Description voidCpeDescriptionImpl. setCpeCasProcessors(CpeCasProcessors aCasProcessors) -
Uses of CpeCasProcessors in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CpeCasProcessors Modifier and Type Method Description CpeCasProcessorsCpeDescription. getCpeCasProcessors()Returns aCpeCasProcessorsinstance containing processing pipeline spec.Methods in org.apache.uima.collection.metadata with parameters of type CpeCasProcessors Modifier and Type Method Description voidCpeDescription. setCpeCasProcessors(CpeCasProcessors aCasProcessors) -
Uses of CpeCasProcessors in org.apache.uima.impl
Methods in org.apache.uima.impl that return CpeCasProcessors Modifier and Type Method Description CpeCasProcessorsResourceSpecifierFactory_impl. createCasProcessors()
-