org.apache.uima.collection.metadata.CpeDescription.addCasInitializer(String)
As of v2.0 CAS Initializers are deprecated.
|
org.apache.uima.collection.impl.metadata.cpe.CpeDescriptionImpl.addCasInitializer(String)
As of v2.0, CAS Initializers are deprecated.
|
org.apache.uima.collection.impl.cpm.engine.CPMEngine.asynchStop() |
org.apache.uima.cas.impl.CASImpl.commitFS(FeatureStructure) |
org.apache.uima.analysis_engine.ResultSpecification.compile(TypeSystem)
as of 2.2.2 Now called automatically internally when needed
|
org.apache.uima.analysis_engine.impl.ResultSpecification_impl.compile(TypeSystem)
no longer needed, remove call to this
|
org.apache.uima.analysis_engine.impl.UimacppAnalysisEngineImpl.createAnalysisProcessData() |
org.apache.uima.jcas.JCas.createSofa(SofaID, String)
|
org.apache.uima.cas.CAS.createSofa(SofaID, String)
|
org.apache.uima.cas.impl.CASImpl.createSofa(SofaID, String) |
org.apache.uima.ResourceSpecifierFactory.createTaeDescription()
|
org.apache.uima.impl.ResourceSpecifierFactory_impl.createTaeDescription()
since v2.0
|
org.apache.uima.cas.impl.CASImpl.flush()
|
org.apache.uima.cas.admin.CASMgr.flush()
|
org.apache.uima.cas.Type.getAppropriateFeatures()
|
org.apache.uima.cas.impl.TypeImpl.getAppropriateFeatures() |
org.apache.uima.collection.base_cpm.CasDataCollectionReader.getCasDataInitializer()
As of v2.0 CAS Initializers are deprecated.
|
org.apache.uima.collection.CollectionReader_ImplBase.getCasInitializer()
As of v2.0 CAS Initializers are deprecated.
|
org.apache.uima.collection.CollectionReader.getCasInitializer()
As of v2.0 CAS Initializers are deprecated.
|
org.apache.uima.collection.metadata.CpeCollectionReader.getCasInitializer()
As of v2.0 CAS Initializers are deprecated.
|
org.apache.uima.collection.metadata.CpeCasProcessor.getDescriptor()
Doesn't support the new import syntax. Use getCpeComponentDescriptor().findAbsoluteUrl() instead.
|
org.apache.uima.collection.impl.metadata.cpe.CasProcessorCpeObject.getDescriptor()
Doesn't support the new import syntax. Use getCpeComponentDescriptor().findAbsoluteUrl() instead.
|
org.apache.uima.cas.TypeSystem.getDirectlySubsumedTypes(Type)
|
org.apache.uima.cas.impl.TypeSystemImpl.getFeature(String) |
org.apache.uima.cas.impl.TypeImpl.getFeature(String) |
org.apache.vinci.transport.vns.client.VNSConfig.getHost()
Use VinciContext.getVNSHost() instead.
|
org.apache.uima.resource.metadata.ResourceManagerConfiguration.getImport()
|
org.apache.uima.resource.metadata.impl.ResourceManagerConfiguration_impl.getImport() |
org.apache.uima.cas.CAS.getJCas(SofaID)
|
org.apache.uima.cas.impl.CASImpl.getJCas(SofaID) |
org.apache.uima.collection.impl.cpm.container.ProcessingContainer_Impl.getLastCas() |
org.apache.vinci.transport.vns.client.VNSConfig.getPort()
Use VinciContext.getVNSPort() instead.
|
org.apache.uima.util.XMLInputSource.getRelativePathBase()
|
org.apache.uima.collection.impl.metadata.cpe.CasProcessorCpeObject.getSOFA()
(non-Javadoc)
|
org.apache.uima.jcas.JCas.getSofa(SofaID)
As of v2.0, use {#getView(String)}. From the view you can access the Sofa data, or
call JCas.getSofa() if you truly need to access the SofaFS object.
|
org.apache.uima.cas.CAS.getSofa(SofaID)
As of v2.0, use {#getView(String)}. From the view you can access the Sofa data, or
call CAS.getSofa() if you truly need to access the SofaFS object.
|
org.apache.uima.cas.impl.CASImpl.getSofa(SofaID) |
org.apache.uima.analysis_engine.annotator.AnnotatorContext.getSofaMappings()
As of v2.0, annotators no longer need to explicitly call this method. CAS views can
now be obtained directly by the method CAS.getView(String) , and the
framework will automatically do the necessary Sofa mappings.
|
org.apache.uima.analysis_engine.impl.AnnotatorContext_impl.getSofaMappings() |
org.apache.uima.UimaContext.getSofaMappings()
As of v2.0, annotators no longer need to explicitly call this method. CAS views can
now be obtained directly by the method CAS.getView(String) , and the
framework will automatically do the necessary Sofa mappings.
|
org.apache.uima.jcas.tcas.Annotation.getStart() |
org.apache.uima.jcas.JCas.getType(TOP)
use instance.jcasType instead - faster
|
org.apache.uima.cas_data.impl.FeatureStructureImpl.isIndexed() |
org.apache.uima.cas_data.FeatureStructure.isIndexed()
|
org.apache.uima.collection.impl.cpm.container.ProcessingContainer_Impl.isIntegrated() |
org.apache.uima.collection.impl.cpm.container.ProcessingContainer_Impl.isLocal() |
org.apache.uima.collection.impl.cpm.container.ProcessingContainer_Impl.isRemote() |
org.apache.uima.util.Logger.log(String)
use new function with log level
|
org.apache.uima.util.impl.Log4jLogger_impl.log(String)
use new function with log level
|
org.apache.uima.util.impl.JSR47Logger_impl.log(String)
use new function with log level
|
org.apache.uima.util.impl.Logger_impl.log(String)
use method with log level as parameter
|
org.apache.uima.util.Logger.log(String, String, Object[])
use new function with log level
|
org.apache.uima.util.impl.Log4jLogger_impl.log(String, String, Object[])
use new function with log level
|
org.apache.uima.util.impl.JSR47Logger_impl.log(String, String, Object[])
use new function with log level
|
org.apache.uima.util.impl.Logger_impl.log(String, String, Object[])
use method with log level as parameter
|
org.apache.uima.util.Logger.logException(Exception)
use new function with log level
|
org.apache.uima.util.impl.Log4jLogger_impl.logException(Exception)
use new function with log level
|
org.apache.uima.util.impl.JSR47Logger_impl.logException(Exception)
use new function with log level
|
org.apache.uima.util.impl.Logger_impl.logException(Exception)
use method with log level as parameter
|
org.apache.uima.analysis_engine.annotator.AnnotatorContext.mapToSofaID(String)
As of v2.0, annotators no longer need to explicitly call this method. CAS views can
now be obtained directly by the method CAS.getView(String) , and the
framework will automatically do the necessary Sofa mappings.
|
org.apache.uima.analysis_engine.impl.AnnotatorContext_impl.mapToSofaID(String) |
org.apache.uima.UimaContext.mapToSofaID(String)
As of v2.0, annotators no longer need to explicitly call this method. CAS views can
now be obtained directly by the method CAS.getView(String) , and the
framework will automatically do the necessary Sofa mappings.
|
org.apache.uima.util.impl.XMLParser_impl.parseCasInitializerDescription(XMLInputSource) |
org.apache.uima.util.impl.XMLParser_impl.parseCasInitializerDescription(XMLInputSource, XMLParser.ParsingOptions) |
org.apache.uima.util.XMLParser.parseTaeDescription(XMLInputSource)
|
org.apache.uima.util.impl.XMLParser_impl.parseTaeDescription(XMLInputSource)
since v2.0
|
org.apache.uima.util.XMLParser.parseTaeDescription(XMLInputSource, XMLParser.ParsingOptions)
|
org.apache.uima.util.impl.XMLParser_impl.parseTaeDescription(XMLInputSource, XMLParser.ParsingOptions)
since v2.0
|
org.apache.uima.analysis_engine.AnalysisEngine.process(AnalysisProcessData, ResultSpecification)
This is no longer used by the framework and was never intended for users to call.
Use {#link #process(CAS)} instead.
|
org.apache.uima.analysis_engine.impl.AnalysisEngineImplBase.process(AnalysisProcessData, ResultSpecification) |
org.apache.uima.collection.impl.cpm.BaseCPMImpl.process(BaseCollectionReader) |
org.apache.uima.collection.impl.cpm.BaseCPMImpl.process(BaseCollectionReader, int) |
org.apache.uima.jcas.JCas.processInit()
not required, does nothing
|
org.apache.uima.UIMAFramework.produceCasInitializer(ResourceSpecifier)
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.metadata.cpe.CpeDescriptorFactory.produceCollectionReaderCasInitializer(String)
As of v2.0, CAS Initializers are deprecated.
|
org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory.produceCollectionReaderCasInitializer(String, CpeDescription)
As of v2.0, CAS Initializers are deprecated.
|
org.apache.uima.UIMAFramework.produceTAE(ResourceSpecifier)
|
org.apache.uima.UIMAFramework.produceTAE(ResourceSpecifier, int, int)
|
org.apache.uima.UIMAFramework.produceTAE(ResourceSpecifier, Map)
|
org.apache.uima.UIMAFramework.produceTAE(ResourceSpecifier, ResourceManager, Map)
|
org.apache.uima.flow.CasFlow_ImplBase.setCas(CAS)
this is automatically done by the framework after a new flow object is created
|
org.apache.uima.collection.base_cpm.CasDataCollectionReader.setCasInitializer(CasDataInitializer)
As of v2.0 CAS Initializers are deprecated.
|
org.apache.uima.collection.CollectionReader_ImplBase.setCasInitializer(CasInitializer)
As of v2.0 CAS Initializers are deprecated.
|
org.apache.uima.collection.CollectionReader.setCasInitializer(CasInitializer)
As of v2.0 CAS Initializers are deprecated.
|
org.apache.uima.collection.metadata.CpeCollectionReader.setCasInitializer(CpeCollectionReaderCasInitializer)
As of v2.0 CAS Initializers are deprecated.
|
org.apache.uima.collection.metadata.CpeCasProcessor.setDescriptor(String)
Doesn't support the new import syntax. Use setCpeComponentDescriptor() instead.
|
org.apache.vinci.transport.vns.client.VNSConfig.setHost(String)
Use VinciContext.setVNSHost() instead.
|
org.apache.uima.resource.metadata.ResourceManagerConfiguration.setImport(Import)
|
org.apache.uima.resource.metadata.impl.ResourceManagerConfiguration_impl.setImport(Import) |
org.apache.uima.cas_data.impl.FeatureStructureImpl.setIndexed(boolean) |
org.apache.uima.cas_data.FeatureStructure.setIndexed(boolean)
|
org.apache.uima.collection.impl.metadata.cpe.CpeDescriptionImpl.setInputQueueSize(int) |
org.apache.uima.flow.JCasFlow_ImplBase.setJCas(JCas)
this is done automatically by the framework with the Flow object is created
|
org.apache.uima.collection.impl.cpm.container.ProcessingContainer_Impl.setLastCas(Object) |
org.apache.uima.collection.impl.metadata.cpe.CpeDescriptionImpl.setOutputQueueSize(int) |
org.apache.uima.util.Logger.setOutputStream(OutputStream)
use external configuration possibility
|
org.apache.uima.util.impl.Log4jLogger_impl.setOutputStream(OutputStream)
use external configuration possibility
|
org.apache.uima.util.impl.JSR47Logger_impl.setOutputStream(OutputStream)
use external configuration possibility
|
org.apache.uima.util.impl.Logger_impl.setOutputStream(OutputStream)
use external configuration possibility
|
org.apache.uima.util.Logger.setOutputStream(PrintStream)
use external configuration possibility
|
org.apache.uima.util.impl.Log4jLogger_impl.setOutputStream(PrintStream)
use external configuration possibility
|
org.apache.uima.util.impl.JSR47Logger_impl.setOutputStream(PrintStream)
use external configuration possibility
|
org.apache.uima.util.impl.Logger_impl.setOutputStream(PrintStream)
use external configuration possibility
|
org.apache.vinci.transport.vns.client.VNSConfig.setPort(int)
Use VinciContext.setVNSPort() instead.
|
org.apache.uima.collection.impl.metadata.cpe.CasProcessorCpeObject.setSOFA(String) |
org.apache.uima.tools.stylemap.StyleMapEditor.setTextAnalysisEngine(TaeDescription)
|
org.apache.uima.collection.impl.cpm.container.ProcessingContainer_Impl.start() |
org.apache.uima.collection.impl.cpm.container.ProcessingContainer_Impl.stop() |
org.apache.uima.pear.tools.InstallationDescriptor.updateMainComponentId(String)
Use setMainComponentId() method instead.
|
org.apache.uima.cas_data.impl.vinci.VinciCasDataConverter.vinciFrameToCasData(AFrame, CasData)
Use appendVinciFrameToCasData(Aframe, CasData) or vinciFrameToCasData(AFrame)
|