Add interfaces to metamodel

Issue #42 resolved
Matthias Schoettle created an issue

Currently there is no support for interfaces. However, with ImplementationClasses it is highligh likely that at some point there is a need to show an interface from Java or a third-party framework. Easiest example is java.lang.Runnable.

Comments (4)

  1. Matthias Schoettle reporter

    As per discussion in our meeting on March 12th, interfaces are only added for ImplementationClasses and as a simple boolean interface.

  2. Matthias Schoettle reporter

    Resolved issue #42: Added "interface" attribute to ImplementationClass.

    Also defined the body of getName for ImplementationClass such that the instanceClassName is used (if set).

    → <<cset 9e95392a72e4>>

  3. Log in to comment