flamapy / flamapy_fw

This repository hosts the main components of flamapy
4 stars 5 forks source link

Fixed class configuration #30

Closed GermanMT closed 3 years ago

GermanMT commented 3 years ago

The class configuration must not be abstrac, must be common for all the metamodels. And the dict of elements must be a dict of [feature, bool] instead of [VariabilityModel, bool]. Since the class Feature is part of some metamodel, and any metamodel can implements it, I change the Variability model for the typing Any.

jagalindo commented 3 years ago

Merged! Thanks a lot @GermanMT