| Interface and Description | 
|---|
| org.apache.uima.analysis_engine.AnalysisProcessData | 
| org.apache.uima.cas.impl.AnnotationBaseImpl use AnnotationBase instead | 
| org.apache.uima.cas.impl.AnnotationImpl use Annotation instead | 
| org.apache.uima.analysis_engine.annotator.AnnotatorContext As of release 2.3.0, use UimaContext instead | 
| org.apache.uima.jcas.cas.ArrayFSImpl use FSArray instead | 
| org.apache.uima.cas.impl.BooleanArrayFSImpl use BooleanArray instead | 
| org.apache.uima.cas.impl.ByteArrayFSImpl use ByteArray 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.cas.impl.CommonArrayFSImpl | 
| org.apache.uima.collection.metadata.CpeCollectionReaderCasInitializer As of v2.0 CAS Initializers are deprecated. | 
| org.apache.uima.cas.impl.DoubleArrayFSImpl use DoubleArray instead | 
| org.apache.uima.cas.impl.FeatureStructureImpl use TOP instead | 
| org.apache.uima.cas.FeatureValuePath use  FeaturePath | 
| org.apache.uima.cas.impl.FloatArrayFSImpl use FloatArray instead | 
| org.apache.uima.cas.impl.FSGenerator unused in v3, only present to avoid compile errors in unused v2 classes | 
| org.apache.uima.analysis_engine.annotator.GenericAnnotator As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase instead | 
| org.apache.uima.cas.impl.IntArrayFSImpl use IntegerArray instead | 
| org.apache.uima.analysis_engine.annotator.JTextAnnotator As of release 2.3.0, use JCasAnnotator_ImplBase instead | 
| org.apache.uima.cas.impl.LongArrayFSImpl use LongArray instead | 
| org.apache.uima.resource.ResourceManagerPearWrapper | 
| org.apache.uima.cas.impl.ShortArrayFSImpl use ShortArray instead | 
| org.apache.uima.cas.impl.SofaFSImpl use Sofa 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.cas.impl.StringArrayFSImpl use StringArray instead | 
| 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.impl.AnalysisProcessData_impl since v2.0 | 
| org.apache.uima.jcas.tcas.Annotation_Type | 
| org.apache.uima.jcas.cas.AnnotationBase_Type | 
| 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.collection.impl.CasInitializerDescription_impl As of v2.0, CAS Initializers are deprecated. | 
| org.apache.uima.impl.CasInitializerFactory_impl As of v2.0, CAS Initializers are deprecated. | 
| 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.impl.SofaID_impl | 
| org.apache.uima.analysis_engine.impl.TaeDescription_impl since v2.0 | 
| org.apache.uima.util.TCasToInlineXml As of v2.0, use  CasToInlineXmlinstead. | 
| org.apache.uima.jcas.cas.TOP_Type | 
| 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 | 
| org.apache.uima.Constants.PROTOCOL_SOAP SOAP protocol is no longer supported since UIMA v3.3.0. Constant to be removed in
             UIMAv4. | 
| org.apache.uima.Constants.PROTOCOL_SOAP_WITH_ATTACHMENTS SOAP protocol is no longer supported since UIMA v3.3.0. Constant to be removed in
             UIMAv4. | 
| Constructor and Description | 
|---|
| org.apache.uima.jcas.tcas.Annotation() | 
| org.apache.uima.jcas.cas.AnnotationBase() | 
| org.apache.uima.util.JCasPool(int, TextAnalysisEngine) As of v2.0, TextAnalysisEngine has been deprecated. Use
              JCasPool(int, AnalysisEngine)instead. | 
| org.apache.uima.util.XMLParser.ParsingOptions(boolean, boolean) XInclude is no longer supported | 
| org.apache.uima.util.impl.SaxDeserializer_impl(XMLParser, String, URL, XMLParser.ParsingOptions) | 
| org.apache.uima.cas.impl.XmiCasSerializer(TypeSystem, UimaContext) Use  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(TypeSystem, Map)instead. The UimaContext reference
             is never used by this implementation. | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.