Uses of Interface
org.apache.uima.cas.SofaID
Packages that use SofaID
Package
Description
The main package for the Unstructured Information Management Middleware
Architecture.
The Annotator Interfaces, along with supporting interfaces
and exception classes.
Common Analysis System (CAS) Interfaces.
Implementation and Low-Level API for the CAS Interfaces.
Contains reference implementations of the interfaces in
org.apache.uima
.Interfaces for accessing the JCAS.
JCAS model for built-in CAS types
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 SofaID -
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()
(non-Javadoc)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.cas
Constructors in org.apache.uima.jcas.cas with parameters of type SofaIDModifierConstructorDescriptionDeprecated.As of v2.0, useJCasImpl.createView(String)
to create a view, which will also create the Sofa for that view. -
Uses of SofaID in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl with parameters of type SofaID