eclipse-viatra / org.eclipse.viatra

Main components of the VIATRA framework
https://eclipse.dev/viatra
Eclipse Public License 2.0
0 stars 1 forks source link

More streamlined syntax for path expressions #9

Open eclipse-viatra-bot opened 6 months ago

eclipse-viatra-bot commented 6 months ago

| --- | --- | | Bugzilla Link | 398788 | | Status | NEW | | Importance | P3 enhancement | | Reported | Jan 22, 2013 12:13 EDT | | Modified | May 27, 2019 07:46 EDT | | Version | oldinquery | | Reporter | Zoltan Ujhelyi |

Description

Cloned from: 109: More streamlined syntax for path expressions\ http://github.com/ujhelyiz/EMF-IncQuery/issues/issue/109

We could have an easier syntax for path expressions. Suggestions: instead of

SomeClass.someEdge.otherEdge(SRC,TRG);

we could have

SomeClass(SRC).someEdge.otherEdge(TRG);

or even

SRC.someEdge.otherEdge(TRG);

We should discuss these.

eclipse-viatra-bot commented 6 months ago

By Istvan Rath on May 20, 2013 04:33

I'm moving these issues to the 0.8.x series as they are not essential for the 0.7 release.

eclipse-viatra-bot commented 6 months ago

By Istvan Rath on Apr 08, 2014 18:02

Moving this feature to post-0.8.

eclipse-viatra-bot commented 6 months ago

By Istvan Rath on Apr 24, 2014 04:25

I'm expecting this to be addressed for 0.9.

eclipse-viatra-bot commented 6 months ago

By Abel Hegedus on Apr 19, 2016 05:25

Updating to correct milestone.

eclipse-viatra-bot commented 6 months ago

By Zoltan Ujhelyi on Oct 04, 2017 05:26

Moving potential tasks from future to 2.0.

eclipse-viatra-bot commented 6 months ago

By Zoltan Ujhelyi on Feb 08, 2018 07:21

Postponing to a future release.

eclipse-viatra-bot commented 6 months ago

By Zoltan Ujhelyi on May 27, 2019 07:46

Postponing tickets to FUTURE until effort is allocated to fix them.