You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Marshall Schor <ms...@schor.com> on 2006/12/26 20:06:46 UTC

adding missing methods to CAS / JCas interfaces: getView(String local_sofa_name) and getView(SofaFS)

It appears these some of these methods which are public in the CAS impl 
were missing in the interface, and missing in the interface/impl in the 
JCas. 

I'm adding them - if this is wrong, let me know :-)

-Marshall

Re: adding missing methods to CAS / JCas interfaces: getView(String local_sofa_name) and getView(SofaFS)

Posted by Adam Lally <al...@alum.rpi.edu>.
On 12/26/06, Marshall Schor <ms...@schor.com> wrote:
> It appears these some of these methods which are public in the CAS impl
> were missing in the interface, and missing in the interface/impl in the
> JCas.
>
> I'm adding them - if this is wrong, let me know :-)
>

To me it looks like these were already present on the CAS interface.
getView(String) is the preferred way of switching views since 2.0.

+1 to adding the corresponding methods on the JCas interface.

-Adam