Skip to content

ElementFactory.interfaceForName should handle all UML metaclasses #74

@seidewitz

Description

@seidewitz

The ElementFactory.interfaceForName method is used to get a class object for the wrapper interface named UML metaclass. However, since interfaceForName is static, it only looks for interfaces in the statically known org.modeldriven.alf.uml package, which does not cover all UML metaclasses. If there is no interface for the named metaclass, the method returns null. This is not adequate when the reference implementation is integrated into a tool that implements the complete UML metamodel.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions