Adam Lally wrote:
Another thought: Is it possible to have separate instances of _Type
for each view, but to have only one, shared, set of generators?
The FSGenerator.createFS method is passed a CAS reference - is this a
reference to the view? If so, it seems like only one generator is
needed - it could look up the necessary _Type object from the view.
-Adam
Yes, but :-)
Downside - it requires regenerating all the jcas code... So older
versions wouldn't work...
Other downside is this still "breaks" the implied contract about there
being one JCas cover object per unique CAS instance.
-Marshall