Package | Description |
---|---|
org.apache.uima |
The main package for the Unstructured Information Management Middleware
Architecture.
|
org.apache.uima.analysis_component | |
org.apache.uima.cas.impl |
Implementation and Low-Level API for the CAS Interfaces.
|
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) |
Constructor and Description |
---|
XCASDeserializer(TypeSystem ts,
UimaContext uimaContext)
Create a new deserializer from a type system.
|
XCASSerializer(TypeSystem ts,
UimaContext uimaContext) |
XmiCasDeserializer(TypeSystem ts,
UimaContext uimaContext)
Create a new deserializer from a type system.
|
XmiCasSerializer(TypeSystem ts,
UimaContext uimaContext)
Deprecated.
Use
XmiCasSerializer.XmiCasSerializer(TypeSystem) instead. The UimaContext reference is
never used by this implementation. |
XmiCasSerializer(TypeSystem ts,
UimaContext uimaContext,
Map<String,String> nsUriToSchemaLocationMap)
Deprecated.
Use
XmiCasSerializer.XmiCasSerializer(TypeSystem, Map) instead. The UimaContext reference
is never used by this implementation. |
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–2017 The Apache Software Foundation. All rights reserved.