statecharts icon indicating copy to clipboard operation
statecharts copied to clipboard

YAKINDU Statechart Tools (http://www.statecharts.org)

Results 100 statecharts issues
Sort by recently updated
recently updated
newest added

There is no part for the graphical compare feature in the documentation. A documentation for versioning system support for SCT is also missing.

Prio-Medium
Comp-Documentation

Dear Yakindu experts, I have an issue with simple statecharts like this one: ![image](https://user-images.githubusercontent.com/6162718/96298118-358f0600-0ff2-11eb-997c-ae5be81a7595.png) In Yakindu `@EventDriven` mode, even if `test` is initialized to `true` then the state charts stays...

In the section [10.3.7 Final State](https://www.itemis.com/en/yakindu/state-machine/documentation/user-guide/sclang_graphical_elements#sclang_final_state) it states that UML defines final states as pseudo states. However, [UML/2.5.1 ](https://www.omg.org/spec/UML/2.5.1/PDF) section 14.2.3.3 "Vertices" states that pseudo states are transitive while states...

is-Bug
Comp-Documentation
Status-Accepted

In the Yakindu Statechart reference documentation there are a number of misrepresentations of the UML standard that I think should be fixed, despite the fact that you are not claiming...

is-Bug
Comp-Documentation
Status-Accepted

SCXML allows to check if a state is _done_ . This is not supported yet by the SCXML domain. For SCXML-statecharts (SCXML domain assigned) we should consider to add the...

is-Enhancement
Comp-Other
Status-Accepted

We observed the Problem in Yakindu SCT 3.4.1. that an In-Event can be raised. Which is from our point of view an error. Example: ![grafik](https://user-images.githubusercontent.com/25898240/54919076-2cb27d00-4f00-11e9-9833-3850ba3f0f03.png) ![grafik](https://user-images.githubusercontent.com/25898240/54919112-40f67a00-4f00-11e9-8d65-c65fd690ffde.png) The code is generated...

Comp-Validation

It is possible to check for active states in guards using the `active()` function. But the final states are not provided as options. These are simply missing in the list...

is-Enhancement
Comp-Execution
Status-Accepted

In the read-only modus, when the licence dialog is open and the user selects to enable or disable the licence, nothing happens. The dialog is closing and no licence is...

is-Usability-Issue

After some editing it is not possible to export the statechart as an image nor to print. The context menu is disabled. Only a restart of eclipse solves the problem.

I'd like to be able to get an array of current states, maybe only in non-orthogonal state machines even. I'd like the stateConfVector to be public or have get/set and...

is-Feature-Request
Comp-All Code Generators