-
Interfaces Interface Description org.apache.uima.analysis_engine.AnalysisProcessData org.apache.uima.analysis_engine.annotator.AnnotatorContext As of release 2.3.0, use UimaContext insteadorg.apache.uima.analysis_engine.annotator.GenericAnnotator As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase insteadorg.apache.uima.analysis_engine.annotator.JTextAnnotator As of release 2.3.0, use JCasAnnotator_ImplBase insteadorg.apache.uima.analysis_engine.annotator.TextAnnotator As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase insteadorg.apache.uima.analysis_engine.TaeDescription As of v2.0,AnalysisEngineDescription
should 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,AnalysisEngine
should be used instead. This interface no longer defines any additional methods beyond those in AnalysisEngine.org.apache.uima.cas.FeatureValuePath useFeaturePath
org.apache.uima.cas.impl.AnnotationBaseImpl use AnnotationBase insteadorg.apache.uima.cas.impl.AnnotationImpl use Annotation insteadorg.apache.uima.cas.impl.BooleanArrayFSImpl use BooleanArray insteadorg.apache.uima.cas.impl.ByteArrayFSImpl use ByteArray insteadorg.apache.uima.cas.impl.CommonArrayFSImpl org.apache.uima.cas.impl.DoubleArrayFSImpl use DoubleArray insteadorg.apache.uima.cas.impl.FeatureStructureImpl use TOP insteadorg.apache.uima.cas.impl.FloatArrayFSImpl use FloatArray insteadorg.apache.uima.cas.impl.FSGenerator unused in v3, only present to avoid compile errors in unused v2 classesorg.apache.uima.cas.impl.IntArrayFSImpl use IntegerArray insteadorg.apache.uima.cas.impl.LongArrayFSImpl use LongArray insteadorg.apache.uima.cas.impl.ShortArrayFSImpl use ShortArray insteadorg.apache.uima.cas.impl.SofaFSImpl use Sofa insteadorg.apache.uima.cas.impl.StringArrayFSImpl use StringArray insteadorg.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 methodCAS.getView(String)
.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.impl.cpm.utils.Timer replaced byUimaTimer
org.apache.uima.collection.metadata.CpeCollectionReaderCasInitializer As of v2.0 CAS Initializers are deprecated.org.apache.uima.jcas.cas.ArrayFSImpl use FSArray insteadorg.apache.uima.resource.ResourceManagerPearWrapper
-
Classes Class Description org.apache.uima.analysis_engine.annotator.Annotator_ImplBase As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase insteadorg.apache.uima.analysis_engine.annotator.GenericAnnotator_ImplBase As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase insteadorg.apache.uima.analysis_engine.annotator.JTextAnnotator_ImplBase As of release 2.3.0, use JCasAnnotator_ImplBase insteadorg.apache.uima.analysis_engine.impl.AnalysisProcessData_impl since v2.0org.apache.uima.analysis_engine.impl.TaeDescription_impl since v2.0org.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.collection.impl.cpm.utils.JavaTimer replaced byUimaTimer
org.apache.uima.collection.impl.cpm.vinci.cas_data.VinciPrimitiveValue Use PrimitiveValueImpl instead. This is just here for backwards compatibility.org.apache.uima.collection.impl.metadata.cpe.CpeCollectionReaderCasInitializerImpl As of v2.0, CAS Initializers are deprecated.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.CasInitializerFactory_impl As of v2.0, CAS Initializers are deprecated.org.apache.uima.impl.SofaID_impl org.apache.uima.internal.util.rb_trees.CompIntArrayRBT Not used anymore. Will be removed in UIMA 4.org.apache.uima.internal.util.rb_trees.IntArrayRBT Not used anymore. Will be removed in UIMA 4.org.apache.uima.internal.util.TextAnalysisEnginePool As of v2.0, useAnalysisEnginePool
instead.org.apache.uima.internal.util.Utilities use Misc insteadorg.apache.uima.jcas.cas.AnnotationBase_Type org.apache.uima.jcas.cas.TOP_Type org.apache.uima.jcas.tcas.Annotation_Type org.apache.uima.tools.annot_view.Gladis Use org.apache.uima.tools.cvd.CVD instead.org.apache.uima.util.TCasToInlineXml As of v2.0, useCasToInlineXml
instead.
-
Exceptions Exceptions Description org.apache.uima.cas.ParsingException The Constraint Parser is not supported in externally released versions of UIMA
-
Fields Field Description org.apache.uima.analysis_engine.AnalysisEngine.PARAM_CONFIG_PARAM_SETTINGS org.apache.uima.analysis_engine.AnalysisEngine.PARAM_RESOURCE_MANAGER org.apache.uima.cas.CAS.NAME_DEFAULT_TEXT_SOFA As of v2.0, this is replaced byCAS.NAME_DEFAULT_SOFA
, and the value has changed. In general, user code should not need to refer to this name.org.apache.uima.collection.CollectionReader_ImplBase.mCasInitializer 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.org.apache.uima.util.XMLParser.ParsingOptions.expandXIncludes XInclude is no longer supported
-
Constructors Constructor Description org.apache.uima.cas.impl.XmiCasSerializer(TypeSystem, UimaContext, Map<String, String>) UseXmiCasSerializer(TypeSystem, Map)
instead. The UimaContext reference is never used by this implementation.org.apache.uima.jcas.cas.AnnotationBase() org.apache.uima.jcas.tcas.Annotation() org.apache.uima.tools.viewer.CasAnnotationViewer(boolean) use the zero-argument constructororg.apache.uima.util.impl.SaxDeserializer_impl(XMLParser, String, URL, XMLParser.ParsingOptions) org.apache.uima.util.JCasPool(int, TextAnalysisEngine) As of v2.0, TextAnalysisEngine has been deprecated. UseJCasPool(int, AnalysisEngine)
instead.org.apache.uima.util.XMLParser.ParsingOptions(boolean, boolean) XInclude is no longer supported