Showing user and userinterface interaction on a sequence diagram
I need to draw a sequence diagram and I am not sure exactly if it is correct to show interaction between user and user interface in this diagram. For example I want to make a panel visible or invisible based on choosing a check box by user. Is it correct to have it on a sequence diagram? and how can I draw it?
Is my sequence diagram correct?
NOTE: I am self studying UML so I have nobody to verify my diagrams and hence I am posting here, so please bear with me. This is the problem I got from some PDF available on Google that simply had the following problem statement:
What UML diagram should I use to show a platform’s architecture?
I have been learning UML and have a basic understanding now, but I keep seeing these sort of high level architecture diagrams. Here’s one from Microsoft:
Should a list or array of objects be represented as a lifeline in sequence diagram?
I have the following sequence diagram to add a student to a list of students.
the implementation could be like
Should a list or array of objects be represented as a lifeline in sequence diagram?
I have the following sequence diagram to add a student to a list of students.
the implementation could be like
Is actor a own class
I have this sequence diagram and want to transform it into a class diagram.
But I don’t know if the actor (Customer) is in this case a own class or not. Normally the actor isn’t a own class, but in this diagram there are methods performed on the customer…
Is actor a own class
I have this sequence diagram and want to transform it into a class diagram.
But I don’t know if the actor (Customer) is in this case a own class or not. Normally the actor isn’t a own class, but in this diagram there are methods performed on the customer…