ShvetsovDV

Results 5 comments of ShvetsovDV

@jvalkeal I think, for reason this problem, we need to fix two bags in AbstractPersistingStateMachineInterceptor: **1. definition of real "childRefs" for orthogonal states** Here we need to look at the...

We have been using this fix in our own repository for several months now. пн, 4 апр. 2022 г., 18:54 Brian Towles ***@***.***>: > Wondering what the state of this...

@chutch, thanks for the answer! Indeed, when solving the problem, several errors were fixed in different parts of the code. I think we need to commit the edits with one...

> OK, I'll try to rephrase to explain my concern. Let's assume that we have following simple State Machine: > > ``` > ┌─────►X1─────►X2────┐ > │ │ > start ───►A─┤...

In a serious revision, to simplify the code, I would like methods for analyzing the structure of the state machine similar to findSmIdByRegion (may be findNextState, getAvailableStates, findEventsFromSourceState, ...) into...