Move abstract attribute up to Classifier

Issue #507 resolved
Matthias Schoettle created an issue

Currently, only a Class can be abstract, however, ImplementationClasses need this ability too. Therefore, the attribute should be pulled up into Classifier.

Comments (4)

  1. Matthias Schoettle reporter

    References #507: Moves view code up to ClassifierView and adds support for ImplementationClasses to be abstract on import.

    An ImplementationClass is either abstract or an interface (unlike Java where interfaces are also abstract).

    → <<cset 0e0814091eb5>>

  2. Log in to comment