Uses of Interface
org.apache.uima.resource.ResourceCreationSpecifier
Package
Description
The Analysis Engine interface, along with supporting
interfaces and exception classes.
Classes and interfaces for collection processing.
-
Uses of ResourceCreationSpecifier in org.apache.uima.analysis_engine
Modifier and TypeInterfaceDescriptioninterface
AnAnalysisEngineDescription
contains all of the information needed to instantiate and use anAnalysisEngine
.interface
Deprecated. -
Uses of ResourceCreationSpecifier in org.apache.uima.analysis_engine.impl
Modifier and TypeClassDescriptionclass
Reference implementation ofAnalysisEngineDescription
.class
Deprecated.since v2.0 -
Uses of ResourceCreationSpecifier in org.apache.uima.collection
Modifier and TypeInterfaceDescriptioninterface
AnCasConsumerDescription
contains all of the information needed to instantiate and use anCasConsumer
.interface
Deprecated.As of v2.0, CAS Initializers are deprecated.interface
AnCollectionReaderDescription
contains all of the information needed to instantiate and use anCollectionReader
. -
Uses of ResourceCreationSpecifier in org.apache.uima.collection.impl
Modifier and TypeClassDescriptionclass
class
Deprecated.As of v2.0, CAS Initializers are deprecated.class
-
Uses of ResourceCreationSpecifier in org.apache.uima.flow
Modifier and TypeInterfaceDescriptioninterface
AFlowControllerDescription
contains all of the information needed to instantiate and use aFlowController
. -
Uses of ResourceCreationSpecifier in org.apache.uima.flow.impl
-
Uses of ResourceCreationSpecifier in org.apache.uima.resource.impl
-
Uses of ResourceCreationSpecifier in org.apache.uima.uimacpp
ModifierConstructorDescriptionUimacppAnalysisComponent
(ResourceCreationSpecifier aeDescription, AnalysisEngineImplBase ae)
AnalysisEngineDescription
should be used instead.