Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Modeling (top-level project) » Add parent element programmatically
Add parent element programmatically [message #578365] Thu, 03 August 2006 13:08
Vikas Goyal is currently offline Vikas GoyalFriend
Messages: 2
Registered: July 2009
Junior Member
Hi,

I am trying to use GMF to create a model for CCXML.

My structure is something like this.

<CCXML>

<AssignType>
</AssignType>
<EventProcessor>
<TransitionType>
<AssignType>
</AssignType>
</TransitionType>
</EventProcessor>
</CCXML>

In this AssignType can come directly within root element i.e CCXML or it
can come under TransitionType.

I was wondering if I try to drop AssignType from the palette within
Eventprocessor can I create its parent node also i.e TransitionType .

I have tried to modify
CCXMLItemSemanticEditPolicy->CreateAssignTypeCommand, but could not able
to proceed.

Please suggest me some example to implement this.

Thanks in Advance

Regards
-Vikas
Previous Topic:"Drawing" models from XMI
Next Topic:Add parent element programmatically
Goto Forum:
  


Current Time: Fri Apr 26 00:20:54 GMT 2024

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

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

Back to the top