Uses of Interface
org.apache.uima.collection.CollectionProcessingManager
-
Packages that use CollectionProcessingManager Package Description org.apache.uima The main package for the Unstructured Information Management Middleware Architecture.org.apache.uima.collection.impl.cpm org.apache.uima.impl Contains reference implementations of the interfaces inorg.apache.uima
. -
-
Uses of CollectionProcessingManager in org.apache.uima
Methods in org.apache.uima that return CollectionProcessingManager Modifier and Type Method Description protected abstract CollectionProcessingManager
UIMAFramework. _newCollectionProcessingManager(ResourceManager aResourceManager)
To be implemented by subclasses; this should create a new instance of a class implementingCollectionProcessingManager
.static CollectionProcessingManager
UIMAFramework. newCollectionProcessingManager()
Creates a newCollectionProcessingManager
instance.static CollectionProcessingManager
UIMAFramework. newCollectionProcessingManager(ResourceManager aResourceManager)
Creates a newCollectionProcessingManager
instance. -
Uses of CollectionProcessingManager in org.apache.uima.collection.impl.cpm
Classes in org.apache.uima.collection.impl.cpm that implement CollectionProcessingManager Modifier and Type Class Description class
CPMImpl
-
Uses of CollectionProcessingManager in org.apache.uima.impl
Methods in org.apache.uima.impl that return CollectionProcessingManager Modifier and Type Method Description protected CollectionProcessingManager
UIMAFramework_impl. _newCollectionProcessingManager(ResourceManager aResourceManager)
-