Uses of Interface
org.apache.uima.collection.metadata.CpeCasProcessors
Packages that use CpeCasProcessors
Package
Description
Apache UIMA
Java object representation of a CPE Descriptor.
Apache UIMA internals
-
Uses of CpeCasProcessors in org.apache.uima
Methods in org.apache.uima that return CpeCasProcessors -
Uses of CpeCasProcessors in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CpeCasProcessorsMethods in org.apache.uima.collection.impl.metadata.cpe that return CpeCasProcessorsModifier and TypeMethodDescriptionCpeDescriptionImpl.getCpeCasProcessors()static CpeCasProcessorsCpeDescriptorFactory.produceCasProcessors()Produce cas processors.static CpeCasProcessorsCpeDescriptorFactory.produceCasProcessors(int aInputQSize, int aOutputQSize, int aPuCount, CpeDescription aDescriptor) Produce cas processors.static CpeCasProcessorsCpeDescriptorFactory.produceCasProcessors(CpeDescription aDescriptor) Produce cas processors.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeCasProcessorsModifier and TypeMethodDescriptionvoidCpeDescriptionImpl.setCpeCasProcessors(CpeCasProcessors aCasProcessors) -
Uses of CpeCasProcessors in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CpeCasProcessorsModifier and TypeMethodDescriptionCpeDescription.getCpeCasProcessors()Returns aCpeCasProcessorsinstance containing processing pipeline spec.Methods in org.apache.uima.collection.metadata with parameters of type CpeCasProcessorsModifier and TypeMethodDescriptionvoidCpeDescription.setCpeCasProcessors(CpeCasProcessors aCasProcessors) -
Uses of CpeCasProcessors in org.apache.uima.impl
Methods in org.apache.uima.impl that return CpeCasProcessors