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 JCasImplCAS. 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) JCasImplCASImpl. jcasthe corresponding JCas objectprivate JCasImplSelectFSs_impl. jcasprivate JCasImplSubiterator. jcasMethods in org.apache.uima.cas.impl that return JCasImpl Modifier and Type Method Description JCasImplCASImpl. 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 JCasImplJCasImpl. getJCas(CASImpl cas)creates a new JCas instance that corresponds to a CAS instance.private static JCasImplJCasImpl. getJCasImpl(CASImpl cas)creates a new JCas instance that corresponds to a CAS instance.
-