Tagged Questions
5
votes
5answers
288 views
How to model the components of a non Information System?
I am working on a kernel-related project (specifically related to the TCP/IP stack of the kernel).
I need to build some models to describe the functionality and components of my system.
Initially I ...
3
votes
2answers
493 views
can an object in a sequence diagram send a message call to the user?
I need to make a sequence diagram and I'm not sure how to represent user input.
Is it correct to have a message be sent from an object to the user asking for user input or should all objects be ...