Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » [HUTN] Problem with EAnnotations from Ecore
[HUTN] Problem with EAnnotations from Ecore [message #652299] Thu, 03 February 2011 14:13 Go to next message
Jes is currently offline JesFriend
Messages: 9
Registered: November 2010
Junior Member
Hi!

I'm defining a model with HUTN and I'm having problemas with one element (TableHeader) that inherits from EModelElement (class from Ecore).

That element has a property (eAnnotations) whose type is EAnnotation (from Ecore metamodel).

I can't instantiate the EAnnotation object, shows me this error:

[Line: 150, Column: 46, Reason: Cannot instantiate the enumeration or data type: EAnnotation, Line: 150, Column: 32, Reason: Expected EAnnotation for: eAnnotations]

Could you help me?

Thanks.

PS: If you give me an email address I send you the metamodel and the HUTN model.
Re: [HUTN] Problem with EAnnotations from Ecore [message #652309 is a reply to message #652299] Thu, 03 February 2011 14:42 Go to previous messageGo to next message
Dimitris Kolovos is currently offline Dimitris KolovosFriend
Messages: 2163
Registered: July 2009
Location: York, UK
Senior Member

Hi,

Could you please send us your metamodel and HUTN file at epsilon.devs gmail com?

Cheers,
Dimitris
Re: [HUTN] Problem with EAnnotations from Ecore [message #652327 is a reply to message #652299] Thu, 03 February 2011 15:31 Go to previous messageGo to next message
Jes is currently offline JesFriend
Messages: 9
Registered: November 2010
Junior Member
I have already sent you the files.

Waiting for your response.

Thanks.
Re: [HUTN] Problem with EAnnotations from Ecore [message #652402 is a reply to message #652327] Thu, 03 February 2011 18:33 Go to previous messageGo to next message
Louis Rose is currently offline Louis RoseFriend
Messages: 440
Registered: July 2009
Location: York, United Kingdom
Senior Member
Hi Jesús,

EAnnotation is defined in the Ecore metamodel, and so the HUTN document must import both your metamodel and the Ecore metamodel:

@Spec {
	metamodel "0.1.0" {
		nsUri: "http:///es.cv.gvcase.mdt.sketcher/0.1.0"
	}
	metamodel "ecore" {
		nsUri: "http://www.eclipse.org/emf/2002/Ecore"
	}
}


That should fix the problem.

Cheers,
Louis.
Re: [HUTN] Problem with EAnnotations from Ecore [message #652417 is a reply to message #652299] Thu, 03 February 2011 19:44 Go to previous message
Jes is currently offline JesFriend
Messages: 9
Registered: November 2010
Junior Member
Problem fixed.

Thank you very much! Smile
Previous Topic:Questions Regarding EVL extension in order to navigate to workspace resource (Folder, File, etc)
Next Topic:Code Beautifier
Goto Forum:
  


Current Time: Sat Apr 20 00:30:37 GMT 2024

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

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

Back to the top