-
Nice :)
Is it possible to implement the same for OCL defined operations and properties? E.g., in the example
context LoyaltyAccount
def: turnover : Real = transactions.amount->sum()
inv: points > turnover
Clicking on the turnover in the invariant should lead to the turnover definition. This should be possible for definitions within the same OCL file. What about definitions in...
2012-04-25 01:56:02 PDT in Dresden OCL
-
I tried a few examples and on my machine I was able to navigate into the model browser for Types and Operations but not for Properties.
2012-04-13 05:21:53 PDT in Dresden OCL
-
Implemented in revision 3436. Issue closed.
2012-03-27 03:47:55 PDT in Dresden OCL
-
The current version from trunk supports this for model instances. However, we should implement the same feature for Java models before closing this issue.
2012-03-23 01:26:04 PDT in Dresden OCL
-
Implemented in trunk version and will be available in the next release.
2012-03-23 01:22:44 PDT in Dresden OCL