Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Re: Add parent element programmatically
Re: Add parent element programmatically [message #4968] Thu, 03 August 2006 13:43
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Vikas,

It's best to ask this question on the GMF newsgroup.


Vikas Goyal wrote:
> 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:Re: Creating ecore file from a schema file for VXML 1.0
Next Topic:Re: Refresh Editor After Executing Commands
Goto Forum:
  


Current Time: Sun Sep 01 05:53:21 GMT 2024

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

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

Back to the top