From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
03-21-2008 03:20 PM
03-23-2008 09:07 AM
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
03-31-2008 03:11 AM
"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
04-02-2008 01:47 PM
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