Package | Description |
---|---|
org.apache.uima |
The main package for the Unstructured Information Management Middleware
Architecture.
|
org.apache.uima.analysis_component | |
org.apache.uima.flow | |
org.apache.uima.resource |
Interfaces for
Resources and ResourceSpecifiers . |
org.apache.uima.uimacpp |
Modifier and Type | Interface and Description |
---|---|
interface |
UimaContextAdmin
Admin interface to the UIMA Context.
|
Modifier and Type | Method and Description |
---|---|
static UimaContext |
UimaContextHolder.getContext()
Get the UimaContext for this thread
|
static UimaContext |
UimaContextHolder.setContext(UimaContext uimaContext)
Sets the UimaContext for the current thread.
|
Modifier and Type | Method and Description |
---|---|
static UimaContext |
UimaContextHolder.setContext(UimaContext uimaContext)
Sets the UimaContext for the current thread.
|
Modifier and Type | Method and Description |
---|---|
protected UimaContext |
AnalysisComponent_ImplBase.getContext()
Gets the UimaContext for this AnalysisComponent.
|
Modifier and Type | Method and Description |
---|---|
void |
AnalysisComponent.initialize(UimaContext aContext)
Performs any startup tasks required by this component.
|
void |
AnalysisComponent_ImplBase.initialize(UimaContext aContext) |
Modifier and Type | Interface and Description |
---|---|
interface |
FlowControllerContext
A subtype of
UimaContext used by FlowController components. |
Modifier and Type | Method and Description |
---|---|
UimaContext |
Resource.getUimaContext()
Gets the UIMA Context for this Resource.
|
UimaContext |
Resource_ImplBase.getUimaContext() |
Modifier and Type | Method and Description |
---|---|
void |
UimacppAnalysisComponent.initialize(UimaContext context) |
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.