|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UimaContextAdmin | |
|---|---|
| org.apache.uima | The main package for the Unstructured Information Management Middleware Architecture. |
| org.apache.uima.analysis_engine.asb | Contains the Analysis Structure Broker (ASB) interface, along with supporting interfaces and exception classes. |
| org.apache.uima.resource | Interfaces for Resources and ResourceSpecifiers. |
| Uses of UimaContextAdmin in org.apache.uima |
|---|
| Methods in org.apache.uima that return UimaContextAdmin | |
|---|---|
protected abstract UimaContextAdmin |
UIMAFramework._newUimaContext()
To be implemented by subclasses; this should return a new instance of the default UimaContextAdmin used by this implementation. |
UimaContextAdmin |
UimaContextAdmin.createChild(String aContextName,
Map<String,String> aSofaMappings)
Creates a UimaContext that is a child of this UimaContext. |
UimaContextAdmin |
UimaContextAdmin.getRootContext()
Gets the Root Context for this Resource. |
static UimaContextAdmin |
UIMAFramework.newUimaContext(Logger aLogger,
ResourceManager aResourceManager,
ConfigurationManager aConfigManager)
Gets a new instance of a UimaContext. |
| Uses of UimaContextAdmin in org.apache.uima.analysis_engine.asb |
|---|
| Methods in org.apache.uima.analysis_engine.asb with parameters of type UimaContextAdmin | |
|---|---|
void |
ASB.setup(Map<String,ResourceSpecifier> aComponentSpecifiers,
UimaContextAdmin aParentContext,
FlowControllerDeclaration aFlowControllerDeclaration,
AnalysisEngineMetaData aAggregateMetadata)
Called by the Aggregate Analysis Engine to provide this ASB with information it needs to operate. |
| Uses of UimaContextAdmin in org.apache.uima.resource |
|---|
| Methods in org.apache.uima.resource that return UimaContextAdmin | |
|---|---|
UimaContextAdmin |
Resource.getUimaContextAdmin()
Gets the Administrative interface to the UIMA Context. |
UimaContextAdmin |
Resource_ImplBase.getUimaContextAdmin()
Gets the Admin interface to this Resource's UimaContext. |
| Methods in org.apache.uima.resource with parameters of type UimaContextAdmin | |
|---|---|
void |
CasManager.defineCasPool(UimaContextAdmin aRequestorContext,
int aMinimumSize,
Properties aPerformanceTuningSettings)
Defines the CAS pool required by a particular AnalysisEngine. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||