What UML diagram can I use to show how an object changes during its lifetime?

By Alvin J. Alexander, devdaily.com

A UML state diagram will do the trick. They are very good for showing how the state of an object can vary, and the triggers that cause the state to be changed.


devdaily logo