Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DTP » [Ecore ODA Driver] Reporting against the ECORE as opposed to instance of ecore
[Ecore ODA Driver] Reporting against the ECORE as opposed to instance of ecore [message #591689] Wed, 02 July 2008 18:12
Dmitri is currently offline DmitriFriend
Messages: 2
Registered: July 2009
Junior Member
Let's say we have:
extlibrary.ecore
my.extlibrary

It looks like creating all sorts of reports against
my.extlibrary works great.

My question is, can I create a report against extlibrary.ecore?
Let's say I wanted to show a table that looks like this:
class, attribute
-------------------
Book, title
Book, pages
Library, name
etc

I'm having trouble creating such a report.
The wizard doesn't seem to be aware of the hierarchy in the ecore:
that eClassifiers of type EClass have eStructuralFeatures EAttribute.

Let's say I want to select class names, and attribute names.
Both EClass and EAttribute derive from ENamedElement,
and I do see a root element in the wizard ENamedElement.
However I cannot seem to be able locate ENamedElement::name
in EClass's hierarchy or EAttribute's hierarcy, and no way
to qualify ENamedElement to create such a report.

Is it possible?
Thank you!
Previous Topic:[ODA Ecore]How to sort query
Next Topic:[Ecore ODA Driver] Reporting against the ECORE as opposed to instance of ecore
Goto Forum:
  


Current Time: Fri Apr 26 21:33:18 GMT 2024

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

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

Back to the top