eclipse-ocl / org.eclipse.ocl

Eclipse Public License 2.0
0 stars 0 forks source link

[console] support assignment to models #665

Open eclipse-ocl-bot opened 4 hours ago

eclipse-ocl-bot commented 4 hours ago

| --- | --- | | Bugzilla Link | 340717 | | Status | NEW | | Importance | P3 enhancement | | Reported | Mar 22, 2011 21:39 EDT | | Modified | May 20, 2013 07:46 EDT | | Version | 3.1.0 | | Reporter | Ed Willink |

Description

Further to the MDT newsgroup "[MDT OCL] OCL and GMF interaction" thread, it would be helpful to support assignment of queries back to models.

Perhaps

self.name := self.name.toUpperCase()

?? Is this related to 'Expressive OCL' ??

eclipse-ocl-bot commented 4 hours ago

By Adolfo Sanchez-Barbudo Herrera on Mar 23, 2011 05:53

No idea about what 'Expressive OCL' is, the expression written above looks like the Assign Expression from 'Imperative OCL' (QVT 1.1, Section 8.2.2.11).

Best Regards,\ Adolfo.

eclipse-ocl-bot commented 4 hours ago

By Ed Willink on May 20, 2013 07:46

(In reply to comment #1)

No idea about what 'Expressive OCL'

No idea either.

the expression written above looks like the Assign Expression from 'Imperative OCL'

Indeed we probably want to evolve a shared OCL/QVT Console with more interactive power.