Uses of Interface
org.apache.uima.cas.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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionSofaID[]
AnnotatorContext_impl.getSofaMappings()
Deprecated.AnnotatorContext_impl.mapToSofaID
(String aSofaName) Deprecated. -
Uses of SofaID in org.apache.uima.cas
Modifier 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
Modifier 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
Modifier 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
Modifier 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