Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » ATL » get the reference from EClass defined in a subpackage
get the reference from EClass defined in a subpackage [message #1021615] Wed, 20 March 2013 11:54
Fy Za is currently offline Fy ZaFriend
Messages: 245
Registered: March 2010
Senior Member
dear All,
I have this rule in my atl transformation
rule FSEvent2SEvent{
	from fevent: TMetaModel!"fSemantics::fMM::TEvent"
		(fevent.t.name='XXXX')
	
	to .....
}

I have an error in this ligne (fevent.tag.name='XXXX')
The value of type 'class org.eclipse.emf.ecore.impl.DynamicEObjectImpl' must be of type 'org.eclipse.emf.ecore.impl.EClassImpl@1f05135 (name: TDeclaration) (instanceClassName: null) (abstract: false, interface: false)'

previously, I had the same error and I resolve it by eliminating subpackages in my ecore.
Now, I would like to keep my subpackages

Previous Topic:ATL Collection
Next Topic:Use XSD Metamodel in ATL
Goto Forum:
  


Current Time: Tue Apr 23 14:55:30 GMT 2024

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

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

Back to the top