Uses of Interface
org.apache.uima.cas.SofaFS
-
Packages that use SofaFS Package Description org.apache.uima.cas Common Analysis System(CAS) Interfacesorg.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.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 SofaFS in org.apache.uima.cas
Methods in org.apache.uima.cas with type parameters of type SofaFS Modifier and Type Method Description <T extends SofaFS>
FSIterator<T>CAS. getSofaIterator()
Get iterator for all SofaFS in the CAS.Methods in org.apache.uima.cas that return SofaFS Modifier and Type Method Description SofaFS
CAS. createSofa(SofaID sofaID, java.lang.String mimeType)
Deprecated.As of v2.0, useCAS.createView(String)
instead.SofaFS
CAS. getSofa()
Get the Sofa feature structure associated with this CAS view.SofaFS
CAS. getSofa(SofaID sofaID)
Deprecated.As of v2.0, use {#getView(String)}.Methods in org.apache.uima.cas with parameters of type SofaFS Modifier and Type Method Description JCas
CAS. getJCas(SofaFS aSofa)
Create a JCas view for a Sofa.CAS
CAS. getView(SofaFS aSofa)
Get the view for a Sofa (subject of analysis). -
Uses of SofaFS in org.apache.uima.cas.impl
Subinterfaces of SofaFS in org.apache.uima.cas.impl Modifier and Type Interface Description interface
SofaFSImpl
Deprecated.use Sofa insteadMethods in org.apache.uima.cas.impl with type parameters of type SofaFS Modifier and Type Method Description <T extends SofaFS>
FSIterator<T>CASImpl. getSofaIterator()
Methods in org.apache.uima.cas.impl that return SofaFS Modifier and Type Method Description SofaFS
CASImpl. createSofa(SofaID sofaID, java.lang.String mimeType)
Deprecated.(package private) SofaFS
CASImpl. getSofa(int sofaRef)
private SofaFS
CASImpl. getSofa(java.lang.String sofaName)
SofaFS
CASImpl. getSofa(SofaID sofaID)
Deprecated.Methods in org.apache.uima.cas.impl with parameters of type SofaFS Modifier and Type Method Description (package private) void
CASImpl. addSofaFsToIndex(SofaFS sofa)
JCas
CASImpl. getJCas(SofaFS aSofa)
java.io.InputStream
CASImpl. getSofaDataStream(SofaFS aSofa)
(package private) FSIndexRepository
CASImpl. getSofaIndexRepository(SofaFS aSofa)
CASImpl
CASImpl. getView(SofaFS aSofa)
(package private) void
CASImpl. refreshView(CAS cas, SofaFS aSofa)
(package private) void
CASImpl. setSofaIndexRepository(SofaFS aSofa, FSIndexRepositoryImpl indxRepos)
private void
CASImpl. verifySofaNameUniqueIfDeserializedViewAdded(int sofaNbr, SofaFS aSofa)
Constructors in org.apache.uima.cas.impl with parameters of type SofaFS Constructor Description CASImpl(CASImpl cas, SofaFS aSofa)
-
Uses of SofaFS in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return SofaFS Modifier and Type Method Description SofaFS
JCas. createSofa(SofaID sofaID, java.lang.String mimeType)
Deprecated.As of v2.0, useJCas.createView(String)
instead.Methods in org.apache.uima.jcas that return types with arguments of type SofaFS Modifier and Type Method Description FSIterator<SofaFS>
JCas. getSofaIterator()
Get iterator for all SofaFS in the CAS.Methods in org.apache.uima.jcas with parameters of type SofaFS Modifier and Type Method Description JCas
JCas. getView(SofaFS aSofa)
Get the view for a Sofa (subject of analysis). -
Uses of SofaFS in org.apache.uima.jcas.cas
Classes in org.apache.uima.jcas.cas that implement SofaFS Modifier and Type Class Description class
Sofa
Methods in org.apache.uima.jcas.cas that return SofaFS Modifier and Type Method Description SofaFS
AnnotationBase_Type. getSofa(int addr)
Deprecated.SofaFS
AnnotationBase. getSofa()
-
Uses of SofaFS in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return SofaFS Modifier and Type Method Description SofaFS
JCasImpl. createSofa(SofaID sofaID, java.lang.String mimeType)
Methods in org.apache.uima.jcas.impl that return types with arguments of type SofaFS Modifier and Type Method Description FSIterator<SofaFS>
JCasImpl. getSofaIterator()
Methods in org.apache.uima.jcas.impl with parameters of type SofaFS Modifier and Type Method Description JCas
JCasImpl. getView(SofaFS aSofa)
-