Skip to main content



      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 03:48 Go to next message
Eclipse UserFriend
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 05:41 Go to previous messageGo to next message
Eclipse UserFriend
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 06:41 Go to previous message
Eclipse UserFriend
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?
Previous Topic:[EEF] EEF fails to create all classes
Next Topic:how can i create an Instance of EList<Eobject>?
Goto Forum:
  


Current Time: Mon Jul 14 15:29:09 EDT 2025

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

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

Back to the top