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

2006-12-28 Thread Adam Lally

On 12/26/06, Marshall Schor <[EMAIL PROTECTED]> 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


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

2006-12-26 Thread Marshall Schor
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