LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

UML Statechart Reference

Just wanted to ping the board and see if anyone could recommend a good UML 2.0 Book, that could be used directly with the Statechart module.

Thanks!
0 Kudos
Message 1 of 4
(2,828 Views)

I am currently reading

"Applying UML and Patterns, An Introduction to Object-Oriented Analysis and Design and Iterative Development" 3rd edition by Craig Larman.

for the purposes of being able to use the State Chart Toolkit. I am only 10% into it but it appears to be working.

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 2 of 4
(2,802 Views)

"UML Distilled", 3rd ed. by Marting Fowler gives an excellent overview of all UML 2 diagrams, including (of course) the state diagram. It also has a good discussion about how to use UML in your project.

 

Jan

0 Kudos
Message 3 of 4
(2,757 Views)

My favorite book on statecharts is "Real Time UML" by Bruce Powel Douglass.  Bruce worked directly with the original creator of statecharts, David Harel.  His book spends a lot of time talking about why you would do something in a statechart, not just what the diagrams mean.  He also explains several other UML concepts very well.  He talks a lot about embedded considerations like timing contraints which may not be very useful in your application. 

Another good book on state charts is "Practical Statecharts in C/C++".  The main purpose of the book is too explain the author's implementation of statecharts, so you get a lot of discussion of the low level details of how a statechart works.

Tony Gray

Message 4 of 4
(2,723 Views)