how can I create model instance provider class in eclipse?
Asked
Active
Viewed 62 times
0
-
What is a model instance provider class? – Pétur Ingi Egilsson Dec 27 '16 at 21:05
1 Answers
0
In Eclipse models normally exploit EMF which has the ability to generate Java from the models. An XXXFactory
is generated and this has the ability to create instances.

rene
- 41,474
- 78
- 114
- 152

Ed Willink
- 1,205
- 7
- 8