SiriusLab / ModelDebugging

Runtime and tools to bring execution and simulation in your domain specific tooling built with Sirius and/or Eclipse Modeling Framework.
Eclipse Public License 1.0
6 stars 10 forks source link

Add "IntegerObject" case to generic trace + constructor #20

Closed ebousse closed 7 years ago

ebousse commented 7 years ago

The generic trace metamodel manages the cases Integer, Boolean, String for primitive values, but many types are missing.

This small PR adds IntegerObject as a new kind of value, which is required to create a generic trace in TFSM (or maybe it is LegacyFSM? not sure).