User loginNavigation |
My article on state machines and DSL evolutionI've been unhappy with with state machines, activity diagrams, and BPMN as tools for modelling processes for long time. In the article linked below I've used the same principles as were used for moving from flat languages (Asm, Fortran 66, BASIC, etc) to structured programming to create a behavior model that is some kind of behavior equivalent of Martin Fowler state machine model. https://dzone.com/articles/evolving-domain-specific-languages (Teaser) the end result for the sample is the following:
LOOP {
ESCAPE doorOpened {
DO lockPanel, unlockDoor
WAIT doorClosed
ALL {
WAIT lightOn
} AND {
WAIT drawOpened
}
DO lockDoor, unlockPanel
WAIT panelClosed
}
}
By const at 2022-05-05 12:54 | LtU Forum | previous forum topic | next forum topic | other blogs | 1794 reads
|
Browse archivesActive forum topics |
Recent comments
1 hour 52 min ago
12 hours 59 min ago
3 days 21 hours ago
3 days 22 hours ago
5 days 2 hours ago
5 days 6 hours ago
5 days 7 hours ago
5 days 7 hours ago
4 weeks 5 days ago
5 weeks 2 days ago