Top "Statechart" questions

A statechart is a hierarchical state machine, introduced by Harel.

Difference between StateChart and Activity Diagram

I am really unable to understand the real difference between these 2 diagrams. I mean both of these deal is "states" …

uml diagram activity-diagram statechart
Is there a programming language with built-in state machine construct?

I am just curious if there is a programming language which has state machines (similar to boost::statechart) as primary …

programming-languages state-machine statechart
PlantUML: control arrow shape and direction

With PlantUML I've created a little state chart for my documentation: @startuml state Powered { [*] -d-> Starting Powered -r-> …

graphviz statechart plantuml