|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UimaContext | |
---|---|
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 |
Uses of UimaContext in org.apache.uima |
---|
Subinterfaces of UimaContext in org.apache.uima | |
---|---|
interface |
UimaContextAdmin
Admin interface to the UIMA Context. |
Uses of UimaContext in org.apache.uima.analysis_component |
---|
Methods in org.apache.uima.analysis_component that return UimaContext | |
---|---|
protected UimaContext |
AnalysisComponent_ImplBase.getContext()
Gets the UimaContext for this AnalysisComponent. |
Methods in org.apache.uima.analysis_component with parameters of type UimaContext | |
---|---|
void |
AnalysisComponent.initialize(UimaContext aContext)
Performs any startup tasks required by this component. |
void |
AnalysisComponent_ImplBase.initialize(UimaContext aContext)
|
Uses of UimaContext in org.apache.uima.cas.impl |
---|
Constructors in org.apache.uima.cas.impl with parameters of type UimaContext | |
---|---|
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. |
Uses of UimaContext in org.apache.uima.flow |
---|
Subinterfaces of UimaContext in org.apache.uima.flow | |
---|---|
interface |
FlowControllerContext
A subtype of UimaContext used by FlowController components. |
Uses of UimaContext in org.apache.uima.resource |
---|
Methods in org.apache.uima.resource that return UimaContext | |
---|---|
UimaContext |
Resource.getUimaContext()
Gets the UIMA Context for this Resource. |
UimaContext |
Resource_ImplBase.getUimaContext()
|
Uses of UimaContext in org.apache.uima.uimacpp |
---|
Methods in org.apache.uima.uimacpp with parameters of type UimaContext | |
---|---|
void |
UimacppAnalysisComponent.initialize(UimaContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |