Difference between revisions of "Ecore"
Line 2: | Line 2: | ||
| width=90% | | | width=90% | | ||
== Overview == | == Overview == | ||
− | ( | + | The core [[EMF|Eclipse Modeling Framework (EMF)]] includes a meta model ('''Ecore''') for describing models and runtime support for the models including change notification, [[persistence]] support with default [[XMI]] serialization, and a very efficient reflective API for manipulating EMF objects generically. |
− | == | + | == Tools == |
− | + | * [[Ecore Tools]] | |
+ | |||
+ | == Documentation == | ||
+ | * [http://download.eclipse.org/modeling/emf/emf/javadoc/2.6.0/org/eclipse/emf/ecore/package-summary.html org.eclipse.emf.ecore Package API Javadoc] | ||
| valign=top | | | valign=top | | ||
Line 14: | Line 17: | ||
|} | |} | ||
|} | |} | ||
+ | |||
+ | [[Category:EMF]] [[Category:Ecore]] [[Category:Modeling]] |
Latest revision as of 21:31, 9 December 2010
OverviewThe core Eclipse Modeling Framework (EMF) includes a meta model (Ecore) for describing models and runtime support for the models including change notification, persistence support with default XMI serialization, and a very efficient reflective API for manipulating EMF objects generically. ToolsDocumentation |
|