|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CpeDescription | |
---|---|
org.apache.uima | The main package for the Unstructured Information Management Middleware Architecture. |
org.apache.uima.collection | Classes and interfaces for collection processing. |
org.apache.uima.collection.impl | |
org.apache.uima.collection.impl.cpm | |
org.apache.uima.collection.impl.cpm.container | |
org.apache.uima.collection.impl.metadata.cpe | |
org.apache.uima.impl | Contains reference implementations of the interfaces in
org.apache.uima . |
org.apache.uima.util | Utility classes and interfaces used by UIMA components. |
org.apache.uima.util.impl |
Uses of CpeDescription in org.apache.uima |
---|
Methods in org.apache.uima that return CpeDescription | |
---|---|
CpeDescription |
ResourceSpecifierFactory.createCpeDescription()
|
Methods in org.apache.uima with parameters of type CpeDescription | |
---|---|
protected abstract CollectionProcessingEngine |
UIMAFramework._produceCollectionProcessingEngine(CpeDescription aCpeDescription,
java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
To be implemented by subclasses; this should produce a CollectionProcessingEngine
instance from a cpeDescription . |
static CollectionProcessingEngine |
UIMAFramework.produceCollectionProcessingEngine(CpeDescription aCpeDescription)
Produces a CollectionProcessingEngine instance from a cpeDescription . |
static CollectionProcessingEngine |
UIMAFramework.produceCollectionProcessingEngine(CpeDescription aCpeDescription,
java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Produces a CollectionProcessingEngine instance from a cpeDescription . |
static CollectionProcessingEngine |
UIMAFramework.produceCollectionProcessingEngine(CpeDescription aCpeDescription,
ResourceManager aResourceManager,
java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Produces a CollectionProcessingEngine instance from a cpeDescription . |
Uses of CpeDescription in org.apache.uima.collection |
---|
Methods in org.apache.uima.collection with parameters of type CpeDescription | |
---|---|
void |
CollectionProcessingEngine.initialize(CpeDescription aCpeDescription,
java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Initializes this CPE from a cpeDescription Applications 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 CpeDescription | |
---|---|
void |
CollectionProcessingEngine_impl.initialize(CpeDescription aCpeDescription,
java.util.Map aAdditionalParams)
|
Uses of CpeDescription in org.apache.uima.collection.impl.cpm |
---|
Constructors in org.apache.uima.collection.impl.cpm with parameters of type CpeDescription | |
---|---|
BaseCPMImpl(CpeDescription aDescriptor)
Instantiates and initializes CPE Factory with a given CPE Descriptor and defaults. |
|
BaseCPMImpl(CpeDescription aDescriptor,
ResourceManager aResourceManager,
boolean aDefaultProcessTrace,
java.util.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 CpeDescription | |
---|---|
CpeDescription |
CPEFactory.getCpeDescriptor()
Returns Cpe Descriptor |
Constructors in org.apache.uima.collection.impl.cpm.container with parameters of type CpeDescription | |
---|---|
CPEFactory(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 CpeDescription | |
---|---|
class |
CpeDescriptionImpl
|
Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeDescription | |
---|---|
static CpeDescription |
CpeDescriptorFactory.produceDescriptor()
Produce a new CpeDescription from scratch. |
static CpeDescription |
CpeDescriptorFactory.produceDescriptor(java.io.InputStream aInput)
Parse a CpeDescription from a given input stream. |
static CpeDescription |
CpeDescriptorFactory.produceDescriptor(XMLInputSource aInput)
Parse a CpeDescription from a descriptor file. |
Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeDescription | |
---|---|
static CpeCasProcessors |
CpeDescriptorFactory.produceCasProcessors(CpeDescription aDescriptor)
|
static CpeCasProcessors |
CpeDescriptorFactory.produceCasProcessors(int aInputQSize,
int aOutputQSize,
int aPuCount,
CpeDescription aDescriptor)
|
static CpeCollectionReader |
CpeDescriptorFactory.produceCollectionReader(java.lang.String aCollectionReaderDescriptorPath,
CpeDescription aDescriptor)
|
static CpeCollectionReaderCasInitializer |
CpeDescriptorFactory.produceCollectionReaderCasInitializer(java.lang.String aPath,
CpeDescription aDescriptor)
Deprecated. As of v2.0, CAS Initializers are deprecated. |
static CpeConfiguration |
CpeDescriptorFactory.produceCpeConfiguration(CpeDescription aDescriptor)
|
static CpeResourceManagerConfiguration |
CpeDescriptorFactory.produceResourceManagerConfiguration(java.lang.String aResourceMgrConfigurationPath,
CpeDescription aDescriptor)
|
Uses of CpeDescription in org.apache.uima.impl |
---|
Methods in org.apache.uima.impl that return CpeDescription | |
---|---|
CpeDescription |
ResourceSpecifierFactory_impl.createCpeDescription()
|
Methods in org.apache.uima.impl with parameters of type CpeDescription | |
---|---|
protected CollectionProcessingEngine |
UIMAFramework_impl._produceCollectionProcessingEngine(CpeDescription aCpeDescription,
java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
|
Uses of CpeDescription in org.apache.uima.util |
---|
Methods in org.apache.uima.util that return CpeDescription | |
---|---|
CpeDescription |
XMLParser.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 | |
---|---|
CpeDescription |
XMLParser_impl.parseCpeDescription(XMLInputSource aInput)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |