Uses of Interface
org.apache.uima.cas.SofaFS
Packages that use SofaFS
Package
Description
Common Analysis System(CAS) Interfaces
Implementation and Low-Level API for the CAS Interfaces.
Interfaces for accessing the JCAS.
JCAS model for built-in CAS types
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 SofaFSModifier and TypeMethodDescription<T extends SofaFS>
FSIterator<T> CAS.getSofaIterator()
Get iterator for all SofaFS in the CAS.Methods in org.apache.uima.cas that return SofaFSModifier and TypeMethodDescriptionCAS.createSofa
(SofaID sofaID, String mimeType) Deprecated.CAS.getSofa()
Get the Sofa feature structure associated with this CAS view.Deprecated.As of v2.0, use {#getView(String)}.Methods in org.apache.uima.cas with parameters of type SofaFS -
Uses of SofaFS in org.apache.uima.cas.impl
Subinterfaces of SofaFS in org.apache.uima.cas.implMethods in org.apache.uima.cas.impl with type parameters of type SofaFSMethods in org.apache.uima.cas.impl that return SofaFSModifier and TypeMethodDescriptionCASImpl.createSofa
(SofaID sofaID, String mimeType) Deprecated.As of v2.0, useCASImpl.createView(String)
instead.Deprecated.Methods in org.apache.uima.cas.impl with parameters of type SofaFS -
Uses of SofaFS in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return SofaFSModifier and TypeMethodDescriptionJCas.createSofa
(SofaID sofaID, String mimeType) Deprecated.As of v2.0, useJCas.createView(String)
instead.Methods in org.apache.uima.jcas that return types with arguments of type SofaFSMethods in org.apache.uima.jcas with parameters of type SofaFS -
Uses of SofaFS in org.apache.uima.jcas.cas
Classes in org.apache.uima.jcas.cas that implement SofaFSMethods in org.apache.uima.jcas.cas that return SofaFS -
Uses of SofaFS in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return SofaFSMethods in org.apache.uima.jcas.impl that return types with arguments of type SofaFSMethods in org.apache.uima.jcas.impl with parameters of type SofaFS
CAS.createView(String)
instead.