Skip to content

Multiplicity Support

Pre-release
Pre-release
Compare
Choose a tag to compare
@tsaglam tsaglam released this 01 Feb 09:50
· 51 commits to master since this release

This release contains support for the use of multiplicities for list types. Fields, method parameters, and method return types of type java.util.List can be represented in the extracted Ecore metamodel through the use of multiplicities. This feature can be enabled and disabled in the user properties file.

Example metamodel which was extracted from a small Java project. It uses multiplicities to represent list types.

Additionally, this release contains major bug fixes regarding the extraction of complex generic type constructs.