Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » how can i get an create an Instance of EList<Eobject>?
how can i get an create an Instance of EList<Eobject>? [message #621608] Wed, 25 November 2009 08:48 Go to next message
burkut  is currently offline burkut Friend
Messages: 13
Registered: November 2009
Junior Member
hallo,

i can always get the Return value of the Type Elist<Eobject>, but i could not create it in normal way (with new)? is there any other wy?

second Quetion:
how can i realize the Delegate Concept in EMF? is the eNotify( ) helpful in this mean? do you have any Experience about it?

Thank you

Burkut
Re: how can i create an Instance of EList<Eobject>? [message #621610 is a reply to message #621608] Wed, 25 November 2009 10:41 Go to previous messageGo to next message
burkut  is currently offline burkut Friend
Messages: 13
Registered: November 2009
Junior Member
i have solved the first Problem by myself. f.e.

public EList<Node> myQueue = new BasicEList<Node>();


Can anyboby help me to understand second Problem that i posted. The Delegates in EMF? how can i do it?
Re: how can i create an Instance of EList<Eobject>? [message #621611 is a reply to message #621610] Wed, 25 November 2009 11:41 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33139
Registered: July 2009
Senior Member
Burkut,

It's best to ask questions like this in the EMF newsgroup rather than
the EMFT one.

I'm not sure what you're trying to delegate from and to.
Notifier/Adapter are part of the observer pattern.


burkut wrote:
> i have solved the first Problem by myself. f.e.
>
> public EList<Node> myQueue = new BasicEList<Node>();
>
>
> Can anyboby help me to understand second Problem that i posted. The
> Delegates in EMF? how can i do it?


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:[EEF] EEF fails to create all classes
Next Topic:how can i create an Instance of EList<Eobject>?
Goto Forum:
  


Current Time: Tue Apr 23 07:20:38 GMT 2024

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

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

Back to the top