[jboss-jira] [JBoss JIRA] (DROOLS-1564) Change oopath syntax

Mario Fusco (JIRA) issues at jboss.org
Tue May 16 05:46:00 EDT 2017


Mario Fusco created DROOLS-1564:
-----------------------------------

             Summary: Change oopath syntax
                 Key: DROOLS-1564
                 URL: https://issues.jboss.org/browse/DROOLS-1564
             Project: Drools
          Issue Type: Enhancement
          Components: core engine
            Reporter: Mario Fusco
            Assignee: Mario Fusco


It is required to change the oopath syntax to make it closer to xpath one. This means that constraints will have to be put between square brackets instead of curly ones and inline cast should be expressed out of constraints. In other words the following oopath:

{code}
/list{#SubClass, prop == 0}
{code}

should become:

{code}
/list#SubClass[prop == 0]
{code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list