-
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.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.
-
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.TextAnalysisEnginePool As of v2.0, useAnalysisEnginePool
instead.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.util.XMLParser.ParsingOptions.expandXIncludes XInclude is no longer supported