Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Papyrus » Deployment Diagrams(Linking nodes)
Deployment Diagrams [message #898456] Thu, 26 July 2012 12:13
Augusto Ribeiro is currently offline Augusto RibeiroFriend
Messages: 5
Registered: April 2010
Junior Member
Hi all,

I am trying to generate deployment diagrams programatically. I can create Nodes without problems, the trouble comes when I try to connect them. I add a "communication path" between them

CommunicationPath con = (CommunicationPath) deploymentPackage.createPackagedElement(ind.getName().module, UMLPackage.Literals.COMMUNICATION_PATH);


The problem is that Papyrus does not show these in the Deployment Diagram (just a forbidden sign when I try to drag them in).

I tried also to go the other way around, i.e. draw the deployment diagram in Papyrus first but I also cannot get Nodes to connect using the "link".

Am I doing something wrong? Shouldn't I be able to connect Nodes? Or is the "Communication Path" used wrongly in my case.

Thanks in advance for the time.

Cheers,
Augusto


Augusto Ribeiro
Aarhus School of Engineering
Previous Topic:Customize the papyrus model exlorer popup menu
Next Topic:Defining constraints in class diagrams
Goto Forum:
  


Current Time: Wed Apr 24 21:13:31 GMT 2024

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

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

Back to the top