[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmf] Re: A clear definition of "children feature" and its use cases?
|
- From: zippo29@xxxxxxxxxx (Mous)
- Date: Wed, 2 Jul 2008 11:45:42 +0000 (UTC)
- Newsgroups: eclipse.modeling.gmf
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Thanks for your answer!
But is this the only use case it was made for ? Suppose I have a case
where I want to represent a node that has no containment with the root or
with any element in the diagram but just association:
EClass A <------ EClass B <>------> EClass C (B as root element)
or
EClass B <>------> EClass C ------> EClass A (B as root element)
Is the children feature serves me in this case?