AnalysisEngineDescription
) and the class name of the resource to be constructed from specifiers of that type. UIMA developers who introduce new types of {@link Resource}s or {@link ResourceSpecifier}s may create an instance of this class and use the {@link #addMapping(Class,Class)} method to registera mapping between the ResourceSpecifier interface and the Class of the Resource that is to be constructed from it. The SimpleResourceFactory
should then be registered with the framework by calling {@link UIMAFramework#getResourceFactory()}. {@link org.apache.uima.CompositeResourceFactory#registerFactory(Class,ResourceFactory) registerFactory(Class,ResourceFactory)};
|
|
|
|
|
|
|
|
|
|
|
|
|
|