Uses of Interface
org.apache.uima.cas.SofaFS
-
Packages that use SofaFS Package Description 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.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 that return SofaFS Modifier and Type Method Description SofaFSCAS. createSofa(SofaID sofaID, java.lang.String mimeType)Deprecated.As of v2.0, useCAS.createView(String)instead.SofaFSCAS. getSofa()Get the Sofa feature structure associated with this CAS view.SofaFSCAS. getSofa(SofaID sofaID)Deprecated.As of v2.0, use {#getView(String)}.Methods in org.apache.uima.cas that return types with arguments of type SofaFS Modifier and Type Method Description FSIterator<SofaFS>CAS. getSofaIterator()Get iterator for all SofaFS in the CAS.Methods in org.apache.uima.cas with parameters of type SofaFS Modifier and Type Method Description JCasCAS. getJCas(SofaFS aSofa)Create a JCas view for a Sofa.CASCAS. getView(SofaFS aSofa)Get the view for a Sofa (subject of analysis). -
Uses of SofaFS in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement SofaFS Modifier and Type Class Description classSofaFSImplImplementation of theSofaFSinterface.Methods in org.apache.uima.cas.impl that return SofaFS Modifier and Type Method Description SofaFSCASImpl. createSofa(SofaID sofaID, java.lang.String mimeType)Deprecated.SofaFSCASImpl. getSofa()SofaFSCASImpl. getSofa(SofaID sofaID)Deprecated.Methods in org.apache.uima.cas.impl that return types with arguments of type SofaFS Modifier and Type Method Description FSIterator<SofaFS>CASImpl. getSofaIterator()Methods in org.apache.uima.cas.impl with parameters of type SofaFS Modifier and Type Method Description JCasCASImpl. getJCas(SofaFS aSofa)java.io.InputStreamCASImpl. getSofaDataStream(SofaFS aSofa)CASCASImpl. getView(SofaFS aSofa) -
Uses of SofaFS in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return SofaFS Modifier and Type Method Description SofaFSJCas. 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 JCasJCas. 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 classSofaUpdated by JCasGen Fri Apr 29 16:05:04 EDT 2005Methods in org.apache.uima.jcas.cas that return SofaFS Modifier and Type Method Description SofaFSAnnotationBase_Type. getSofa(int addr)SofaFSAnnotationBase. 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 SofaFSJCasImpl. 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 JCasJCasImpl. getView(SofaFS aSofa)
-