New Conceptual Design UML - Sequence Diagram in VSTS 2010
Posted by: doddychsaputra in VSTS / TFS, Team Development, Brainstorming, Customization, AJAXIt’s brand new stuff in vsts 2010 Sequence Diagram…This diagram models the behavior of the classes which are modeled in the class diagram. It graphically shows the method calls on various class instances from the other class instances. It may show synchronous as well as asynchronous method calls and their returns. Usually it is in the time ordered fashion.
his sequence diagram shows the behavior of some of the classes that we have modeled earlier. The vertical line representing each class or interface is a lifeline of instance of that class and the messages depict the interaction by way of method calls in the orderly fashion happening between them.
Brrrrrr !!!!
Entries (RSS)