| Interface and Description | 
|---|
| org.apache.uima.analysis_engine.AnalysisProcessData | 
| org.apache.uima.analysis_engine.annotator.AnnotatorContext As of release 2.3.0, use UimaContext instead | 
| org.apache.uima.collection.base_cpm.CasDataInitializer As of v2.0, CAS Initializers are deprecated. A component that performs an operation
             like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See
             org.apache.uima.examples.XmlDetagger for an example. | 
| org.apache.uima.collection.CasInitializer As of v2.0, CAS Initializers are deprecated. A component that performs an operation
             like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See
             org.apache.uima.examples.XmlDetagger for an example. | 
| org.apache.uima.collection.CasInitializerDescription As of v2.0, CAS Initializers are deprecated. A component that performs an operation
             like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See
             org.apache.uima.examples.XmlDetagger for an example. | 
| org.apache.uima.collection.metadata.CpeCollectionReaderCasInitializer As of v2.0 CAS Initializers are deprecated. | 
| org.apache.uima.cas.FeatureValuePath use  FeaturePath | 
| org.apache.uima.analysis_engine.annotator.GenericAnnotator As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase instead | 
| org.apache.uima.analysis_engine.annotator.JTextAnnotator As of release 2.3.0, use JCasAnnotator_ImplBase instead | 
| org.apache.uima.cas.SofaID As of v2.0, this is no longer needed. CAS views can now be obtained directly using
             String identifiers, through the method  CAS.getView(String). | 
| org.apache.uima.analysis_engine.TaeDescription As of v2.0,  AnalysisEngineDescriptionshould be used instead. This interface
             no longer defines any additional methods beyond those in AnalysisEngineDescription. | 
| org.apache.uima.analysis_engine.TextAnalysisEngine As of v2.0,  AnalysisEngineshould be used instead. This interface no longer
             defines any additional methods beyond those in AnalysisEngine. | 
| org.apache.uima.analysis_engine.annotator.TextAnnotator As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase instead | 
| Class and Description | 
|---|
| org.apache.uima.analysis_engine.annotator.Annotator_ImplBase As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase instead | 
| org.apache.uima.collection.base_cpm.CasDataInitializer_ImplBase As of v2.0, CAS Initializers are deprecated. A component that performs an operation
             like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See
             org.apache.uima.examples.XmlDetagger for an example. | 
| org.apache.uima.collection.CasInitializer_ImplBase As of v2.0, CAS Initializers are deprecated. A component that performs an operation
             like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See
             org.apache.uima.examples.XmlDetagger for an example. | 
| org.apache.uima.analysis_engine.annotator.GenericAnnotator_ImplBase As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase instead | 
| org.apache.uima.analysis_engine.annotator.JTextAnnotator_ImplBase As of release 2.3.0, use JCasAnnotator_ImplBase instead | 
| org.apache.uima.flow.SimpleStepWithResultSpec For backwards compatibility with Capability Language Flow only.
   User-developed Flow Controllers should not use this. | 
| org.apache.uima.util.TCasToInlineXml As of v2.0, use  CasToInlineXmlinstead. | 
| Exceptions and Description | 
|---|
| org.apache.uima.cas.ParsingException The Constraint Parser is not supported in externally released versions of UIMA | 
| Field and Description | 
|---|
| org.apache.uima.util.XMLParser.ParsingOptions.expandXIncludes XInclude is no longer supported | 
| org.apache.uima.cas.CAS.NAME_DEFAULT_TEXT_SOFA As of v2.0, this is replaced by  CAS.NAME_DEFAULT_SOFA, and the value has
             changed. In general, user code should not need to refer to this name. | 
| org.apache.uima.analysis_engine.AnalysisEngine.PARAM_CONFIG_PARAM_SETTINGS | 
| org.apache.uima.analysis_engine.AnalysisEngine.PARAM_RESOURCE_MANAGER | 
| Constructor and Description | 
|---|
| org.apache.uima.util.JCasPool(int, TextAnalysisEngine) As of v2.0, TextAnalysisEngine has been deprecated. Use
              JCasPool.JCasPool(int, AnalysisEngine)instead. | 
| org.apache.uima.util.XMLParser.ParsingOptions(boolean, boolean) XInclude is no longer supported | 
| org.apache.uima.jcas.cas.Sofa(JCas, SofaID, String) As of v2.0, use  JCasImpl.createView(String)to create a view, which will
             also create the Sofa for that view. | 
| org.apache.uima.cas.impl.XmiCasSerializer(TypeSystem, UimaContext) Use  XmiCasSerializer.XmiCasSerializer(TypeSystem)instead. The UimaContext reference is
             never used by this implementation. | 
| org.apache.uima.cas.impl.XmiCasSerializer(TypeSystem, UimaContext, Map<String, String>) Use  XmiCasSerializer.XmiCasSerializer(TypeSystem, Map)instead. The UimaContext reference
             is never used by this implementation. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.