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 CollectionProcessingManagerUIMAFramework. _newCollectionProcessingManager(ResourceManager aResourceManager)To be implemented by subclasses; this should create a new instance of a class implementingCollectionProcessingManager.static CollectionProcessingManagerUIMAFramework. newCollectionProcessingManager()Creates a newCollectionProcessingManagerinstance.static CollectionProcessingManagerUIMAFramework. newCollectionProcessingManager(ResourceManager aResourceManager)Creates a newCollectionProcessingManagerinstance. -
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 classCPMImpl -
Uses of CollectionProcessingManager in org.apache.uima.impl
Methods in org.apache.uima.impl that return CollectionProcessingManager Modifier and Type Method Description protected CollectionProcessingManagerUIMAFramework_impl. _newCollectionProcessingManager(ResourceManager aResourceManager)
-