Book a Demo

Author Topic: Bidirectional generalisation and nesting  (Read 2765 times)

robH

  • EA User
  • **
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Bidirectional generalisation and nesting
« on: November 19, 2004, 03:50:05 am »
Currently EA will allow you to create Class B as a generalisation of Class A and Class A is a generalisation of Class B. Is this valid?

The same is also true for nested classes...

thomaskilian

  • Guest
Re: Bidirectional generalisation and nesting
« Reply #1 on: November 19, 2004, 07:08:19 am »
UML 2.0 Superstruct:
Quote
generalization
A taxonomic relationship between a more general classifier and a more specific classifier. Each instance of the
specific classifier is also an indirect instance of the general classifier. Thus, the specific classifier indirectly has
features of the more general classifier. See: inheritance.

And later in Associations
Quote
• generalization: Generalization
  • Specifies the Generalization relationships for this Classifier. These Generalizations navigate

to more general classifiers in the generalization hierarchy. Subsets Element::
ownedElement.

My interpretation: not allowed.