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 SofaCASImpl. mySofaRefThe 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 SofaBinaryCasSerDes4.Deserializer. sofaRefprivate SofaBinaryCasSerDes6. sofaRefMethods in org.apache.uima.cas.impl that return Sofa Modifier and Type Method Description (package private) SofaCASImpl. createInitialSofa(java.lang.String mimeType)(package private) SofaCASImpl. createSofa(int sofaNum, java.lang.String sofaName, java.lang.String mimeType)(package private) SofaCASImpl. createSofa(java.lang.String sofaName, java.lang.String mimeType)SofaCASImpl. getSofa()SofaCasSerializerSupport.CasDocSerializer. getSofa(int sofaNum)private SofaBinaryCasSerDes. getSofaFromAnnotBase(int annotBaseAddr, StringHeap stringHeap2, Int2ObjHashMap<TOP,TOP> addr2fs, CommonSerDesSequential csds)SofaCASImpl. getSofaRef()private SofaBinaryCasSerDes. 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) voidCASImpl. registerView(Sofa aSofa)protected abstract voidCasSerializerSupport.CasSerializerSupportSerialize. writeView(Sofa sofa, java.util.Collection<TOP> members)protected abstract voidCasSerializerSupport.CasSerializerSupportSerialize. writeView(Sofa sofa, java.util.Collection<TOP> added, java.util.Collection<TOP> deleted, java.util.Collection<TOP> reindexed)protected voidXmiCasSerializer.XmiDocSerializer. writeView(Sofa sofa, java.util.Collection<TOP> members)protected voidXmiCasSerializer.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) voidCASImpl. forAllSofas(java.util.function.Consumer<Sofa> processSofa)private voidCASImpl. 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 SofaJCas. getSofa()Get the Sofa feature structure associated with this JCas view.SofaJCas. 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 JCasJCas. 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 SofaJCasImpl. getSofa()SofaJCasImpl. getSofa(SofaID sofaID)Methods in org.apache.uima.jcas.impl with parameters of type Sofa Modifier and Type Method Description JCasJCasImpl. 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 voidJsonCasSerializer.JsonDocSerializer. writeView(Sofa sofa, java.util.Collection<TOP> members)protected voidJsonCasSerializer.JsonDocSerializer. writeView(Sofa sofa, java.util.Collection<TOP> added, java.util.Collection<TOP> deleted, java.util.Collection<TOP> reindexed)
-