[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.emf] emf 2 - referencing items in other resources
|
- From: clee3@xxxxxxxxxxxxxxxxxxx (Christopher Lee)
- Date: Tue, 4 May 2004 17:56:35 +0000 (UTC)
- Newsgroups: eclipse.tools.emf
- Organization: http://news.eclipse.org
- User-agent: NewsPortal/0.25 (http://florian-amrhein.de/newsportal/)
Am I correct (in my experimentation with EMF 2), that in the given
scenario.
Customer contains (0 to many) Order
If i create a Customer resource Customer1.rsc, and an Order, Order1.rsc,
then load Order1.rsc into Customer1.rsc, it does not maintain that
Customer1 now contains Order1. What I would have to do, is create some
'Order holder' in Customer, so that I could make a reference to the
instance of Customer.
Chris