Uses of Interface
org.apache.uima.cas.SofaID
Packages that use SofaID
Package
Description
Apache UIMA
The Annotator Interfaces, along with supporting interfaces and exception classes.
Common Analysis System(CAS) Interfaces
Implementation and Low-Level API for the CAS Interfaces.
Apache UIMA internals
Interfaces for accessing the JCAS.
Provides the classes that support the Java Cas Model (JCM).
-
Uses of SofaID in org.apache.uima
Methods in org.apache.uima that return SofaIDModifier and TypeMethodDescriptionSofaID[]
UimaContext.getSofaMappings()
Deprecated.As of v2.0, annotators no longer need to explicitly call this method.UimaContext.mapToSofaID
(String aSofaName) Deprecated.As of v2.0, annotators no longer need to explicitly call this method. -
Uses of SofaID in org.apache.uima.analysis_engine.annotator
Methods in org.apache.uima.analysis_engine.annotator that return SofaIDModifier and TypeMethodDescriptionSofaID[]
AnnotatorContext.getSofaMappings()
Deprecated.As of v2.0, annotators no longer need to explicitly call this method.AnnotatorContext.mapToSofaID
(String aSofaName) Deprecated.As of v2.0, annotators no longer need to explicitly call this method. -
Uses of SofaID in org.apache.uima.analysis_engine.impl
Methods in org.apache.uima.analysis_engine.impl that return SofaIDModifier and TypeMethodDescriptionSofaID[]
AnnotatorContext_impl.getSofaMappings()
Deprecated.AnnotatorContext_impl.mapToSofaID
(String aSofaName) Deprecated. -
Uses of SofaID in org.apache.uima.cas
Methods in org.apache.uima.cas with parameters of type SofaIDModifier and TypeMethodDescriptionCAS.createSofa
(SofaID sofaID, String mimeType) Deprecated.As of v2.0, useCAS.createView(String)
instead.Deprecated.As of v2.0, useCAS.getView(String)
followed byCAS.getJCas()
.Deprecated.As of v2.0, use {#getView(String)}. -
Uses of SofaID in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl with parameters of type SofaIDModifier and TypeMethodDescriptionCASImpl.createSofa
(SofaID sofaID, String mimeType) Deprecated.As of v2.0, useCASImpl.createView(String)
instead.Deprecated.As of v2.0, useCASImpl.getView(String)
followed byCASImpl.getJCas()
.Deprecated. -
Uses of SofaID in org.apache.uima.impl
Classes in org.apache.uima.impl that implement SofaIDMethods in org.apache.uima.impl that return SofaIDModifier and TypeMethodDescriptionSofaID[]
UimaContext_ImplBase.getSofaMappings()
UimaContext_ImplBase.mapToSofaID
(String aSofaName) Changes here should also be made in UimaContext_ImplBase.mapToSofaID (non-Javadoc) -
Uses of SofaID in org.apache.uima.jcas
Methods in org.apache.uima.jcas with parameters of type SofaIDModifier and TypeMethodDescriptionJCas.createSofa
(SofaID sofaID, String mimeType) Deprecated.As of v2.0, useJCas.createView(String)
instead.Deprecated.As of v2.0, use {#getView(String)}. -
Uses of SofaID in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl with parameters of type SofaID