Uses of Interface
org.apache.uima.UimaContext

Packages that use UimaContext
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
org.apache.uima.adapter.vinci   
org.apache.uima.analysis_component   
org.apache.uima.analysis_engine.impl   
org.apache.uima.analysis_engine.impl.compatibility   
org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. 
org.apache.uima.examples Examples illustrating how to use the UIMA Framework. 
org.apache.uima.examples.cas Examples of Annotators that use the CAS Interface directly, not the JCAS. 
org.apache.uima.examples.casMultiplier   
org.apache.uima.flow   
org.apache.uima.flow.impl   
org.apache.uima.impl Contains reference implementations of the interfaces in org.apache.uima
org.apache.uima.resource Interfaces for Resources and ResourceSpecifiers
org.apache.uima.resource.impl   
org.apache.uima.tools.components   
org.apache.uima.tutorial.ex2   
org.apache.uima.tutorial.ex4   
org.apache.uima.tutorial.ex5   
org.apache.uima.tutorial.ex6   
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.adapter.vinci
 

Fields in org.apache.uima.adapter.vinci declared as UimaContext
 UimaContext CASTransportable.uimaContext
           
 

Constructors in org.apache.uima.adapter.vinci with parameters of type UimaContext
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.
 

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.analysis_engine.impl
 

Methods in org.apache.uima.analysis_engine.impl that return UimaContext
 UimaContext PearAnalysisEngineWrapper.getUimaContext()
           
 

Uses of UimaContext in org.apache.uima.analysis_engine.impl.compatibility
 

Methods in org.apache.uima.analysis_engine.impl.compatibility with parameters of type UimaContext
 void AnnotatorAdapter.initialize(UimaContext aContext)
           
 void CasConsumerAdapter.initialize(UimaContext aContext)
           
 void CollectionReaderAdapter.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, 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.
 

Uses of UimaContext in org.apache.uima.examples
 

Methods in org.apache.uima.examples with parameters of type UimaContext
 void XmlDetagger.initialize(UimaContext aContext)
           
 

Uses of UimaContext in org.apache.uima.examples.cas
 

Methods in org.apache.uima.examples.cas with parameters of type UimaContext
 void RegExAnnotator.initialize(UimaContext aContext)
          Performs any startup tasks required by this annotator.
 void PersonTitleAnnotator.initialize(UimaContext aContext)
          Performs initialization logic.
 

Uses of UimaContext in org.apache.uima.examples.casMultiplier
 

Methods in org.apache.uima.examples.casMultiplier with parameters of type UimaContext
 void SimpleTextMerger.initialize(UimaContext aContext)
           
 void SimpleTextSegmenter.initialize(UimaContext aContext)
           
 

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.flow.impl
 

Classes in org.apache.uima.flow.impl that implement UimaContext
 class FlowControllerContext_impl
          Implementation of FlowControllerContext.
 

Uses of UimaContext in org.apache.uima.impl
 

Classes in org.apache.uima.impl that implement UimaContext
 class ChildUimaContext_impl
          Reference implementation of AnnotatorContext.
 class RootUimaContext_impl
          Implementation of the root UimaContext.
 class UimaContext_ImplBase
           
 

Uses of UimaContext in org.apache.uima.resource
 

Methods in org.apache.uima.resource that return UimaContext
 UimaContext Resource_ImplBase.getUimaContext()
           
 UimaContext Resource.getUimaContext()
          Gets the UIMA Context for this Resource.
 

Uses of UimaContext in org.apache.uima.resource.impl
 

Methods in org.apache.uima.resource.impl with parameters of type UimaContext
protected  void CasManager_impl.populateCasToCasPoolAndUimaContextMaps(CasPool aCasPool, UimaContext aUimaContext)
           
 

Uses of UimaContext in org.apache.uima.tools.components
 

Methods in org.apache.uima.tools.components with parameters of type UimaContext
 void XmlDetagger.initialize(UimaContext aContext)
           
 

Uses of UimaContext in org.apache.uima.tutorial.ex2
 

Methods in org.apache.uima.tutorial.ex2 with parameters of type UimaContext
 void RoomNumberAnnotator.initialize(UimaContext aContext)
           
 

Uses of UimaContext in org.apache.uima.tutorial.ex4
 

Methods in org.apache.uima.tutorial.ex4 with parameters of type UimaContext
 void MeetingAnnotator.initialize(UimaContext aContext)
           
 

Uses of UimaContext in org.apache.uima.tutorial.ex5
 

Methods in org.apache.uima.tutorial.ex5 with parameters of type UimaContext
 void RoomNumberAnnotator.initialize(UimaContext aContext)
           
 

Uses of UimaContext in org.apache.uima.tutorial.ex6
 

Methods in org.apache.uima.tutorial.ex6 with parameters of type UimaContext
 void UimaAcronymAnnotator.initialize(UimaContext aContext)
           
 void UimaMeetingAnnotator.initialize(UimaContext aContext)
           
 

Uses of UimaContext in org.apache.uima.uimacpp
 

Methods in org.apache.uima.uimacpp with parameters of type UimaContext
 void UimacppAnalysisComponent.initialize(UimaContext context)
           
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.