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

Validate constraint doesn't seem to activate #82

Open BentleyJOakes opened 3 years ago

BentleyJOakes commented 3 years ago
  1. Create a formalism with a class.
  2. Add a string attrib to the class.
  3. Place an action on the class with code that checks whether the attrib is 'abc'
  4. Create concrete syntax and instance model
  5. Change attrib in instance model to '123'
  6. Click verify button and observe that no error is raised.