Uses of Interface
org.apache.uima.cas.SofaID
-
Packages that use SofaID Package Description org.apache.uima The main package for the Unstructured Information Management Middleware Architecture.org.apache.uima.analysis_engine.annotator The Annotator Interfaces, along with supporting interfaces and exception classes.org.apache.uima.analysis_engine.impl org.apache.uima.cas Common Analysis System (CAS) Interfaces.org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.impl Contains reference implementations of the interfaces inorg.apache.uima.org.apache.uima.jcas Interfaces for accessing the JCAS.org.apache.uima.jcas.cas JCAS model for built-in CAS typesorg.apache.uima.jcas.impl Provides the classes that support the Java Cas Model (JCM). -
-
Uses of SofaID in org.apache.uima
Methods in org.apache.uima that return SofaID Modifier and Type Method Description SofaID[]UimaContext. getSofaMappings()Deprecated.As of v2.0, annotators no longer need to explicitly call this method.SofaIDUimaContext. mapToSofaID(java.lang.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 SofaID Modifier and Type Method Description SofaID[]AnnotatorContext. getSofaMappings()Deprecated.As of v2.0, annotators no longer need to explicitly call this method.SofaIDAnnotatorContext. mapToSofaID(java.lang.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 SofaID Modifier and Type Method Description SofaID[]AnnotatorContext_impl. getSofaMappings()Deprecated.SofaIDAnnotatorContext_impl. mapToSofaID(java.lang.String aSofaName)Deprecated. -
Uses of SofaID in org.apache.uima.cas
Methods in org.apache.uima.cas with parameters of type SofaID Modifier and Type Method Description SofaFSCAS. createSofa(SofaID sofaID, java.lang.String mimeType)Deprecated.As of v2.0, useCAS.createView(String)instead.JCasCAS. getJCas(SofaID aSofaID)Deprecated.As of v2.0, useCAS.getView(String)followed byCAS.getJCas().SofaFSCAS. getSofa(SofaID sofaID)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 Modifier and Type Method Description SofaFSCASImpl. createSofa(SofaID sofaID, java.lang.String mimeType)Deprecated.JCasCASImpl. getJCas(SofaID aSofaID)Deprecated.SofaFSCASImpl. getSofa(SofaID sofaID)Deprecated. -
Uses of SofaID in org.apache.uima.impl
Classes in org.apache.uima.impl that implement SofaID Modifier and Type Class Description classSofaID_implDeprecated.Methods in org.apache.uima.impl that return SofaID Modifier and Type Method Description SofaID[]UimaContext_ImplBase. getSofaMappings()(non-Javadoc)SofaIDUimaContext_ImplBase. mapToSofaID(java.lang.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 SofaID Modifier and Type Method Description SofaFSJCas. createSofa(SofaID sofaID, java.lang.String mimeType)Deprecated.As of v2.0, useJCas.createView(String)instead.SofaJCas. getSofa(SofaID sofaID)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 SofaID Constructor Description Sofa(JCas jcas, SofaID ID, java.lang.String mimeType)Deprecated.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 Modifier and Type Method Description SofaFSJCasImpl. createSofa(SofaID sofaID, java.lang.String mimeType)SofaJCasImpl. getSofa(SofaID sofaID)
-