Uses of Class
org.apache.uima.jcas.cas.Sofa
-
Packages that use Sofa Package Description org.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.impl Provides the classes that support the Java Cas Model (JCM).org.apache.uima.json -
-
Uses of Sofa in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as Sofa Modifier and Type Field Description private Sofa
CASImpl. mySofaRef
The Feature Structure for the sofa FS for this view, or null //-1 if the sofa FS is for the initial view, or // 0 if there is no sofa FS - for instance, in the "base cas"private Sofa
BinaryCasSerDes4.Deserializer. sofaRef
private Sofa
BinaryCasSerDes6. sofaRef
Methods in org.apache.uima.cas.impl that return Sofa Modifier and Type Method Description (package private) Sofa
CASImpl. createInitialSofa(java.lang.String mimeType)
(package private) Sofa
CASImpl. createSofa(int sofaNum, java.lang.String sofaName, java.lang.String mimeType)
(package private) Sofa
CASImpl. createSofa(java.lang.String sofaName, java.lang.String mimeType)
Sofa
CASImpl. getSofa()
Sofa
CasSerializerSupport.CasDocSerializer. getSofa(int sofaNum)
private Sofa
BinaryCasSerDes. getSofaFromAnnotBase(int annotBaseAddr, StringHeap stringHeap2, Int2ObjHashMap<TOP,TOP> addr2fs, CommonSerDesSequential csds)
Sofa
CASImpl. getSofaRef()
private Sofa
BinaryCasSerDes. makeSofaFromHeap(int sofaAddr, StringHeap stringHeap2, CommonSerDesSequential csds, boolean isUnordered)
Methods in org.apache.uima.cas.impl with parameters of type Sofa Modifier and Type Method Description (package private) void
CASImpl. registerView(Sofa aSofa)
protected abstract void
CasSerializerSupport.CasSerializerSupportSerialize. writeView(Sofa sofa, java.util.Collection<TOP> members)
protected abstract void
CasSerializerSupport.CasSerializerSupportSerialize. writeView(Sofa sofa, java.util.Collection<TOP> added, java.util.Collection<TOP> deleted, java.util.Collection<TOP> reindexed)
protected void
XmiCasSerializer.XmiDocSerializer. writeView(Sofa sofa, java.util.Collection<TOP> members)
protected void
XmiCasSerializer.XmiDocSerializer. writeView(Sofa sofa, java.util.Collection<TOP> added, java.util.Collection<TOP> deleted, java.util.Collection<TOP> reindexed)
Method parameters in org.apache.uima.cas.impl with type arguments of type Sofa Modifier and Type Method Description (package private) void
CASImpl. forAllSofas(java.util.function.Consumer<Sofa> processSofa)
private void
CASImpl. setSofaThingsMime(java.util.function.Consumer<Sofa> c, java.lang.String msg)
-
Uses of Sofa in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return Sofa Modifier and Type Method Description Sofa
JCas. getSofa()
Get the Sofa feature structure associated with this JCas view.Sofa
JCas. getSofa(SofaID sofaID)
Deprecated.As of v2.0, use {#getView(String)}.Methods in org.apache.uima.jcas with parameters of type Sofa Modifier and Type Method Description JCas
JCas. getJCas(Sofa sofa)
Create a JCas view for a Sofa. -
Uses of Sofa in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return Sofa Modifier and Type Method Description Sofa
JCasImpl. getSofa()
Sofa
JCasImpl. getSofa(SofaID sofaID)
Methods in org.apache.uima.jcas.impl with parameters of type Sofa Modifier and Type Method Description JCas
JCasImpl. getJCas(Sofa sofa)
-
Uses of Sofa in org.apache.uima.json
Methods in org.apache.uima.json with parameters of type Sofa Modifier and Type Method Description protected void
JsonCasSerializer.JsonDocSerializer. writeView(Sofa sofa, java.util.Collection<TOP> members)
protected void
JsonCasSerializer.JsonDocSerializer. writeView(Sofa sofa, java.util.Collection<TOP> added, java.util.Collection<TOP> deleted, java.util.Collection<TOP> reindexed)
-