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 CpeCasProcessors
ResourceSpecifierFactory. 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 class
CpeCasProcessorsImpl
Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeCasProcessors Modifier and Type Method Description CpeCasProcessors
CpeDescriptionImpl. getCpeCasProcessors()
static CpeCasProcessors
CpeDescriptorFactory. produceCasProcessors()
static CpeCasProcessors
CpeDescriptorFactory. produceCasProcessors(int aInputQSize, int aOutputQSize, int aPuCount, CpeDescription aDescriptor)
static CpeCasProcessors
CpeDescriptorFactory. produceCasProcessors(CpeDescription aDescriptor)
Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeCasProcessors Modifier and Type Method Description void
CpeDescriptionImpl. 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 CpeCasProcessors
CpeDescription. getCpeCasProcessors()
Returns aCpeCasProcessors
instance containing processing pipeline spec.Methods in org.apache.uima.collection.metadata with parameters of type CpeCasProcessors Modifier and Type Method Description void
CpeDescription. 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 CpeCasProcessors
ResourceSpecifierFactory_impl. createCasProcessors()
-