Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » [ATL] wiki user guide on language small mistakes
[ATL] wiki user guide on language small mistakes [message #534526] Wed, 19 May 2010 12:41
Sébastien  Gandon is currently offline Sébastien GandonFriend
Messages: 184
Registered: July 2009
Senior Member
in the ATL wiki ( http://wiki.eclipse.org/ATL/User_Guide_-_The_ATL_Language )

1) when explaining the OrderedSet operations, you find a cut&paste section from the Sequence
------------------------------------------------
OrderedSet data type operations
The sequence type supports all the collection operations. OCL defines a number of additional operations that are specific to ordered sets:
-------------------------------------------------


2) in collection examples
-------------------------------------
computing the union of two sets: Set{1, 2, 3}->union(Set{7, 3, 5})
evaluates to Set{1, 2, 3, 7}
--------------------------------------
Is the 5 missing frmo the result, shoud not this be : Set{1, 2, 3, 7, 5}

SeB

[Updated on: Wed, 19 May 2010 12:54]

Report message to a moderator

Previous Topic:[SOLVED] [QVT] library can't see intermediate properties of source MM
Next Topic:[ATL] Problem when referencing a created target element within a rule
Goto Forum:
  


Current Time: Fri Apr 26 00:25:49 GMT 2024

Powered by FUDForum. Page generated in 0.03097 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top