Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » [ATL] how to load Primitive Types
[ATL] how to load Primitive Types [message #74741] Mon, 11 February 2008 10:09 Go to next message
Miguel Llàcer San Fernando is currently offline Miguel Llàcer San FernandoFriend
Messages: 63
Registered: July 2009
Member
Hi,

I'm doing an UML2 transformation and I want to load UML Primitive Types.

Looking for in news I have seen that I have to load it as a model in
config but this model
org.eclipse.uml2.uml.resources/libraries/UMLPrimitiveTypes.l ibrary.uml
hasn't got URI and I don't know how to load it.

Thanks
Re: [ATL] how to load Primitive Types [message #75139 is a reply to message #74741] Tue, 19 February 2008 16:15 Go to previous message
Dennis Wagelaar is currently offline Dennis WagelaarFriend
Messages: 147
Registered: July 2009
Senior Member
You want to use a model that is packaged inside a plugin, right? Have
you tried accessing it like this:

platform:/plugin/org.eclipse.uml2.uml.resources/libraries/UM LPrimitiveTypes.library.uml

You have to type that manually in the launch configuration, since there
is no registry of these models. Alternatively, the following shows up in
my UML2 editor and may work for ATL as well:

pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml

You may have to type "uri:" in front of these URLs in the launch config
dialogs, I'm not sure.
--
Dennis

Miguel Llàcer wrote:
> Hi,
>
> I'm doing an UML2 transformation and I want to load UML Primitive Types.
>
> Looking for in news I have seen that I have to load it as a model in
> config but this model
> org.eclipse.uml2.uml.resources/libraries/UMLPrimitiveTypes.l ibrary.uml
> hasn't got URI and I don't know how to load it.
>
> Thanks
>
>
Previous Topic:[ATL] MagicDraw and ATL
Next Topic:[ATL] Basic Example -- Tree2List : Bug with "uses Lib4MMTree"
Goto Forum:
  


Current Time: Wed Apr 24 22:38:54 GMT 2024

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

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

Back to the top