You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Peter Klügl (JIRA)" <de...@uima.apache.org> on 2015/10/30 18:16:27 UTC

[jira] [Created] (UIMA-4675) Ruta: index expression for referring to single values in list expression

Peter Klügl created UIMA-4675:
---------------------------------

             Summary: Ruta: index expression for referring to single values in list expression
                 Key: UIMA-4675
                 URL: https://issues.apache.org/jira/browse/UIMA-4675
             Project: UIMA
          Issue Type: New Feature
          Components: ruta
    Affects Versions: 2.4.0ruta
            Reporter: Peter Klügl
            Assignee: Peter Klügl
             Fix For: 2.4.0ruta


Ruta: index expression for referring to single values in list expression.

Something like:

{noformat}
STRINGLIST sl = {"a", "b"};
Document{equals(sl[0], "a")};
{noformat}



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