Programming Languages: Java
License: GNU Library or Lesser General Public License version 2.0 (LGPLv2)
The public SVN repository for Dresden OCL (http://svn-st.inf.tu-dresden.de/svn/dresdenocl) is read-only. If you want to join the Dresden OCL developers please send an email to c.wende [at] tu-dresden.de.
Since MDT-UML2 4.0 (org.eclipse.uml.*), which is included in Eclipse 4, conforms to UML 2.4 this method will not return. The UML2 Superstructure document says in the section "Changes from previous UML" [1] in the 5th paragraph "The operation AssociationClass::allConnections() is removed, because it is redundant with constraints [1,2] specified in 7.3.3 for Association and...
2012-05-27 04:48:14 PDT by ls89
The method allConnections() of the Interface org.eclipse.uml2.uml.AssociationClass has been removed in the version used in eclipse4. Its used in tudresden.ocl20.pivot.metamodels.uml2.internal.model.UML2AdapterFactory.createType(org.eclipse.uml2.uml.Type dslType)
2012-05-24 14:17:55 PDT by nobody
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 by dblcdblu
In r3445 you can now navigate from Properties into the model browser, too.
2012-04-14 05:53:37 PDT by ls89
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 by dblcdblu
In r3438 you can navigate from OCL files into the model browser.
2012-04-02 06:58:24 PDT by ls89
Implemented in revision 3436. Issue closed.
2012-03-27 03:47:55 PDT by dblcdblu
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 by dblcdblu
Implemented in trunk version and will be available in the next release.
2012-03-23 01:22:44 PDT by dblcdblu
It seems like the pain example also contains a test case. This should be put in a separate plug-in (a fragment perhaps) to make the example independent of any test code. This "bug" does make the Jenkins build invalid as the components cannot be fetched appropriately (test code should not be part of the update site)!
2011-12-15 01:37:48 PST by mt_