You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Richard Eckart de Castilho (JIRA)" <de...@uima.apache.org> on 2016/09/09 17:49:22 UTC

[jira] [Updated] (UIMA-1043) Extend CAS Feature Structure pretty print code to support printing the elements of an FSArray

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

Richard Eckart de Castilho updated UIMA-1043:
---------------------------------------------
    Labels: Stale  (was: )

This issue is marked as "stale" due to inactivity for 5 years or longer. If no further activity is detected on this issue, it is scheduled be closed as 'unresolved' in 3 months time from now (Dec 2016).

> Extend CAS Feature Structure pretty print code to support printing the elements of an FSArray
> ---------------------------------------------------------------------------------------------
>
>                 Key: UIMA-1043
>                 URL: https://issues.apache.org/jira/browse/UIMA-1043
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>    Affects Versions: 2.3
>            Reporter: Marshall Schor
>            Priority: Minor
>              Labels: Stale
>
> The "toString()" method on an instance of a FeatureStructure does a nice job of printing it out, but doesn't descend into the contents of a feature which is an FSArray.  Here's a pretty printed example that shows this:
> instance RelationInstance
>    sofa: _InitialView
>    begin: 2328
>    end: 2355
>    relation: Merger
>       company: FSArray
>       status: "known"
> It would be nice if it did, and if it made use of the circularity detection mechanism, as well



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)