Object Modeling
Ok, I know UML is the standard for Class Models. However, what is the standard for modeling runtime Objects? Do I still use a Class Diagram to demonstrate the use of the objects?
The best example question I can relate my question to is, How is the DOM (Document Object Model) represented in a diagram? My Object Model has very similar concepts to the DOM.
Thank you in advance!

