Uses of Interface
org.apache.uima.collection.metadata.CpeDescription
Package
Description
Apache UIMA
Classes and interfaces for collection processing.
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.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