A JCas
object provides the starting point for working with the CAS using Java Cover Classes for each type, generated by the utility JCasGen.
This interface extends the CAS Interface, providing all the same functionality, plus some specific to the JCas.
It supports the creation of new instances of CAS types, using the normal Java "new" operator.
You can create a JCas
object from a CAS object by calling the getJCas() method on the CAS object.
|
|