[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?

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?