[ 
https://issues.apache.org/jira/browse/UIMA-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adam Lally closed UIMA-115.
---------------------------


Updated the migration script and tested on some real user code.  All looks OK.

> The TCAS class should be dropped
> --------------------------------
>
>                 Key: UIMA-115
>                 URL: https://issues.apache.org/jira/browse/UIMA-115
>             Project: UIMA
>          Issue Type: Bug
>          Components: Core Java Framework
>    Affects Versions: 2.1
>         Environment: The CAS interface
>            Reporter: Eddie Epstein
>         Assigned To: Adam Lally
>             Fix For: 2.1
>
>
> The introduction of multiples views per CAS was initially implemented using 
> the CAS interface for the base CAS and the TCAS interface for all views. 
> Process method signatures for both TCAS and CAS were proprogated, and the 
> result was a complicated situation for users.
> In v2 the entire TextAnalysisEngine interface is deprecated. The TCAS no 
> longer serves a useful purpose. Since Apache UIMA requires some source code 
> changes, now is a good time to eliminate the TCAS. Migration for almost all 
> user code would be to replace TCAS with CAS and getTCAS() with getView(). 
> This change has already been applied to the upcoming uima C++ code.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to