Uses of Class
org.apache.uima.jcas.impl.JCasImpl
-
Packages that use JCasImpl 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.impl Provides the classes that support the Java Cas Model (JCM). -
-
Uses of JCasImpl in org.apache.uima.cas
Methods in org.apache.uima.cas that return JCasImpl Modifier and Type Method Description default JCasImpl
CAS. getJCasImpl()
Get the JCasImpl view for this CAS view -
Uses of JCasImpl in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as JCasImpl Modifier and Type Field Description (package private) JCasImpl
CASImpl. jcas
the corresponding JCas objectprivate JCasImpl
SelectFSs_impl. jcas
private JCasImpl
Subiterator. jcas
Methods in org.apache.uima.cas.impl that return JCasImpl Modifier and Type Method Description JCasImpl
CASImpl. getJCasImpl()
Constructors in org.apache.uima.cas.impl with parameters of type JCasImpl Constructor Description FeatureStructureImplC(JCasImpl jcasImpl)
For JCas use (done this way to allow "final") The TypeImpl is derived from the JCas cover class nameFeatureStructureImplC(JCasImpl jcasImpl, int aId)
For temporary marker annotations. -
Uses of JCasImpl in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return JCasImpl Modifier and Type Method Description static JCasImpl
JCasImpl. getJCas(CASImpl cas)
creates a new JCas instance that corresponds to a CAS instance.private static JCasImpl
JCasImpl. getJCasImpl(CASImpl cas)
creates a new JCas instance that corresponds to a CAS instance.
-