AToMPM / atompm

A Tool for Multi-Paradigm Modeling
https://atompm.github.io/
GNU Lesser General Public License v3.0
22 stars 15 forks source link

Prevent users from changing values of certain attributes #97

Open BentleyJOakes opened 3 years ago

BentleyJOakes commented 3 years ago

It would be a nice feature to be able to create attributes with values that cannot be edited by the user when instantiated.

For example, a class Alfa Romeo with a curb weight of 895 kg. This value should not be editable by the user when the class is instantiated.

It is unclear how to add this to AToMPM, and it would be a highly invasive change.