Modifier and Type | Interface and Description |
---|---|
interface |
UimaContextAdmin
Admin interface to the UIMA Context.
|
Modifier and Type | Field and Description |
---|---|
UimaContext |
CASTransportable.uimaContext |
Constructor and Description |
---|
CASTransportable(CAS cas,
OutOfTypeSystemData outOfTypeSystemData,
UimaContext uimaContext,
boolean includeDocText)
This constructor is used on the client side, where we have a dedicated CAS instance for the
request.
|
CASTransportable(CasPool casPool,
OutOfTypeSystemData outOfTypeSystemData,
UimaContext uimaContext,
boolean includeDocText)
This constructor is used on the service side - a CAS Pool reference is provided.
|
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_ImplBase.initialize(UimaContext aContext) |
void |
AnalysisComponent.initialize(UimaContext aContext)
Performs any startup tasks required by this component.
|
Modifier and Type | Method and Description |
---|---|
UimaContext |
PearAnalysisEngineWrapper.getUimaContext() |
Modifier and Type | Method and Description |
---|---|
void |
AnnotatorAdapter.initialize(UimaContext aContext) |
void |
CasConsumerAdapter.initialize(UimaContext aContext) |
void |
CollectionReaderAdapter.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,
java.util.Map<java.lang.String,java.lang.String> nsUriToSchemaLocationMap)
Deprecated.
Use
XmiCasSerializer.XmiCasSerializer(TypeSystem, Map) instead. The UimaContext reference
is never used by this implementation. |
Modifier and Type | Method and Description |
---|---|
void |
XmlDetagger.initialize(UimaContext aContext) |
Modifier and Type | Method and Description |
---|---|
void |
RegExAnnotator.initialize(UimaContext aContext)
Performs any startup tasks required by this annotator.
|
void |
PersonTitleAnnotator.initialize(UimaContext aContext)
Performs initialization logic.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleTextMerger.initialize(UimaContext aContext) |
void |
SimpleTextSegmenter.initialize(UimaContext aContext) |
Modifier and Type | Interface and Description |
---|---|
interface |
FlowControllerContext
A subtype of
UimaContext used by FlowController components. |
Modifier and Type | Class and Description |
---|---|
class |
FlowControllerContext_impl
Implementation of FlowControllerContext.
|
Modifier and Type | Class and Description |
---|---|
class |
ChildUimaContext_impl
Reference implementation of
AnnotatorContext . |
class |
RootUimaContext_impl
Implementation of the root
UimaContext . |
class |
UimaContext_ImplBase |
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 |
---|---|
protected void |
CasManager_impl.populateCasToCasPoolAndUimaContextMaps(CasPool aCasPool,
UimaContext aUimaContext) |
Modifier and Type | Method and Description |
---|---|
void |
XmlDetagger.initialize(UimaContext aContext) |
Modifier and Type | Method and Description |
---|---|
void |
RoomNumberAnnotator.initialize(UimaContext aContext) |
Modifier and Type | Method and Description |
---|---|
void |
MeetingAnnotator.initialize(UimaContext aContext) |
Modifier and Type | Method and Description |
---|---|
void |
RoomNumberAnnotator.initialize(UimaContext aContext) |
Modifier and Type | Method and Description |
---|---|
void |
UimaMeetingAnnotator.initialize(UimaContext aContext) |
void |
UimaAcronymAnnotator.initialize(UimaContext aContext) |
Modifier and Type | Method and Description |
---|---|
void |
UimacppAnalysisComponent.initialize(UimaContext context) |
Copyright © 2012. All Rights Reserved.