[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.emf] emf 2 - referencing items in other resources

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