Uses of Interface
org.apache.uima.collection.metadata.CpeDescription
Package
Description
Apache UIMA
Classes and interfaces for collection processing.
Collection Processing Engine (CPE) support.
Apache UIMA internals
Utility classes and interfaces used by UIMA components.
-
Uses of CpeDescription in org.apache.uima
Modifier and TypeMethodDescriptionprotected abstract CollectionProcessingEngine
UIMAFramework._produceCollectionProcessingEngine
(CpeDescription aCpeDescription, Map<String, Object> aAdditionalParams) To be implemented by subclasses; this should produce aCollectionProcessingEngine
instance from acpeDescription
.static CollectionProcessingEngine
UIMAFramework.produceCollectionProcessingEngine
(CpeDescription aCpeDescription) Produces aCollectionProcessingEngine
instance from acpeDescription
.static CollectionProcessingEngine
UIMAFramework.produceCollectionProcessingEngine
(CpeDescription aCpeDescription, Map<String, Object> aAdditionalParams) Produces aCollectionProcessingEngine
instance from acpeDescription
.static CollectionProcessingEngine
UIMAFramework.produceCollectionProcessingEngine
(CpeDescription aCpeDescription, ResourceManager aResourceManager, Map<String, Object> aAdditionalParams) Produces aCollectionProcessingEngine
instance from acpeDescription
. -
Uses of CpeDescription in org.apache.uima.collection
Modifier and TypeMethodDescriptionvoid
CollectionProcessingEngine.initialize
(CpeDescription aCpeDescription, Map<String, Object> aAdditionalParams) Initializes this CPE from acpeDescription
Applications do not need to call this method. -
Uses of CpeDescription in org.apache.uima.collection.impl
Modifier and TypeMethodDescriptionvoid
CollectionProcessingEngine_impl.initialize
(CpeDescription aCpeDescription, Map aAdditionalParams) -
Uses of CpeDescription in org.apache.uima.collection.impl.cpm
ModifierConstructorDescriptionBaseCPMImpl
(CpeDescription aDescriptor) Instantiates and initializes CPE Factory with a given CPE Descriptor and defaults.BaseCPMImpl
(CpeDescription aDescriptor, ResourceManager aResourceManager, boolean aDefaultProcessTrace, Properties aProps) Instantiates and initializes CPE Factory responsible for creating individual components that are part of the processing pipeline. -
Uses of CpeDescription in org.apache.uima.collection.impl.cpm.container
ModifierConstructorDescriptionCPEFactory
(CpeDescription aDescriptor, ResourceManager aResourceManager) Create a new CPEFactory for a CpeDescription that's already been parsed. -
Uses of CpeDescription in org.apache.uima.collection.impl.metadata.cpe
Modifier and TypeMethodDescriptionstatic CpeDescription
CpeDescriptorFactory.produceDescriptor()
Produce a new CpeDescription from scratch.static CpeDescription
CpeDescriptorFactory.produceDescriptor
(InputStream aInput) Parse a CpeDescription from a given input stream.static CpeDescription
CpeDescriptorFactory.produceDescriptor
(XMLInputSource aInput) Parse a CpeDescription from a descriptor file.Modifier and TypeMethodDescriptionstatic CpeCasProcessors
CpeDescriptorFactory.produceCasProcessors
(int aInputQSize, int aOutputQSize, int aPuCount, CpeDescription aDescriptor) Produce cas processors.static CpeCasProcessors
CpeDescriptorFactory.produceCasProcessors
(CpeDescription aDescriptor) Produce cas processors.static CpeCollectionReader
CpeDescriptorFactory.produceCollectionReader
(String aCollectionReaderDescriptorPath, CpeDescription aDescriptor) Produce collection reader.CpeDescriptorFactory.produceCollectionReaderCasInitializer
(String aPath, CpeDescription aDescriptor) Deprecated.As of v2.0, CAS Initializers are deprecated.static CpeConfiguration
CpeDescriptorFactory.produceCpeConfiguration
(CpeDescription aDescriptor) Produce cpe configuration.CpeDescriptorFactory.produceResourceManagerConfiguration
(String aResourceMgrConfigurationPath, CpeDescription aDescriptor) Produce resource manager configuration. -
Uses of CpeDescription in org.apache.uima.fit.cpe
-
Uses of CpeDescription in org.apache.uima.impl
Modifier and TypeMethodDescriptionprotected CollectionProcessingEngine
UIMAFramework_impl._produceCollectionProcessingEngine
(CpeDescription aCpeDescription, Map<String, Object> aAdditionalParams) -
Uses of CpeDescription in org.apache.uima.util
Modifier and TypeMethodDescriptionXMLParser.parseCpeDescription
(XMLInputSource aInput) Parses a CpeDescription from an XML input stream. -
Uses of CpeDescription in org.apache.uima.util.impl