| A SCXML document driven stop watch.
Using SCXML makes the StopWatch class simplistic; you are neither
managing the stopwatch "lifecycle" nor coding any "transitions",
that information is pulled in straight from the behavioral model
of the stop watch, which is encapsulated in the SCXML document
the constructor points to (which in turn may be generated straight
from the UML model).
|