Uses of Interface
org.apache.uima.collection.metadata.CpeDescription
Packages that use CpeDescription
Package
Description
The main package for the Unstructured Information Management Middleware
Architecture.
Classes and interfaces for collection processing.
Contains reference implementations of the interfaces in
org.apache.uima.Utility classes and interfaces used by UIMA components.
-
Uses of CpeDescription in org.apache.uima
Methods in org.apache.uima that return CpeDescriptionMethods in org.apache.uima with parameters of type CpeDescriptionModifier and TypeMethodDescriptionprotected abstract CollectionProcessingEngineUIMAFramework._produceCollectionProcessingEngine(CpeDescription aCpeDescription, Map<String, Object> aAdditionalParams) To be implemented by subclasses; this should produce aCollectionProcessingEngineinstance from acpeDescription.static CollectionProcessingEngineUIMAFramework.produceCollectionProcessingEngine(CpeDescription aCpeDescription) Produces aCollectionProcessingEngineinstance from acpeDescription.static CollectionProcessingEngineUIMAFramework.produceCollectionProcessingEngine(CpeDescription aCpeDescription, Map<String, Object> aAdditionalParams) Produces aCollectionProcessingEngineinstance from acpeDescription.static CollectionProcessingEngineUIMAFramework.produceCollectionProcessingEngine(CpeDescription aCpeDescription, ResourceManager aResourceManager, Map<String, Object> aAdditionalParams) Produces aCollectionProcessingEngineinstance from acpeDescription. -
Uses of CpeDescription in org.apache.uima.collection
Methods in org.apache.uima.collection with parameters of type CpeDescriptionModifier and TypeMethodDescriptionvoidCollectionProcessingEngine.initialize(CpeDescription aCpeDescription, Map<String, Object> aAdditionalParams) Initializes this CPE from acpeDescriptionApplications do not need to call this method. -
Uses of CpeDescription in org.apache.uima.collection.impl
Methods in org.apache.uima.collection.impl with parameters of type CpeDescriptionModifier and TypeMethodDescriptionvoidCollectionProcessingEngine_impl.initialize(CpeDescription aCpeDescription, Map aAdditionalParams) -
Uses of CpeDescription in org.apache.uima.collection.impl.cpm
Constructors in org.apache.uima.collection.impl.cpm with parameters of type CpeDescriptionModifierConstructorDescriptionBaseCPMImpl(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
Methods in org.apache.uima.collection.impl.cpm.container that return CpeDescriptionConstructors in org.apache.uima.collection.impl.cpm.container with parameters of type CpeDescriptionModifierConstructorDescriptionCPEFactory(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
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CpeDescriptionMethods in org.apache.uima.collection.impl.metadata.cpe that return CpeDescriptionModifier and TypeMethodDescriptionstatic CpeDescriptionCpeDescriptorFactory.produceDescriptor()Produce a new CpeDescription from scratch.static CpeDescriptionCpeDescriptorFactory.produceDescriptor(InputStream aInput) Parse a CpeDescription from a given input stream.static CpeDescriptionCpeDescriptorFactory.produceDescriptor(XMLInputSource aInput) Parse a CpeDescription from a descriptor file.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeDescriptionModifier and TypeMethodDescriptionstatic CpeCasProcessorsCpeDescriptorFactory.produceCasProcessors(int aInputQSize, int aOutputQSize, int aPuCount, CpeDescription aDescriptor) static CpeCasProcessorsCpeDescriptorFactory.produceCasProcessors(CpeDescription aDescriptor) static CpeCollectionReaderCpeDescriptorFactory.produceCollectionReader(String aCollectionReaderDescriptorPath, CpeDescription aDescriptor) CpeDescriptorFactory.produceCollectionReaderCasInitializer(String aPath, CpeDescription aDescriptor) Deprecated.As of v2.0, CAS Initializers are deprecated.static CpeConfigurationCpeDescriptorFactory.produceCpeConfiguration(CpeDescription aDescriptor) CpeDescriptorFactory.produceResourceManagerConfiguration(String aResourceMgrConfigurationPath, CpeDescription aDescriptor) -
Uses of CpeDescription in org.apache.uima.impl
Methods in org.apache.uima.impl that return CpeDescriptionMethods in org.apache.uima.impl with parameters of type CpeDescriptionModifier and TypeMethodDescriptionprotected CollectionProcessingEngineUIMAFramework_impl._produceCollectionProcessingEngine(CpeDescription aCpeDescription, Map<String, Object> aAdditionalParams) -
Uses of CpeDescription in org.apache.uima.util
Methods in org.apache.uima.util that return CpeDescriptionModifier and TypeMethodDescriptionXMLParser.parseCpeDescription(XMLInputSource aInput) Parses a CpeDescription from an XML input stream. -
Uses of CpeDescription in org.apache.uima.util.impl
Methods in org.apache.uima.util.impl that return CpeDescription