Can we use UML for user interface (UI) design?
Answer Posted / dan
You can design _model_ of pretty much anything you want
with UML. You cannot design anything with UML.
User interface is just an interface of the system. You can
use UML to reveal functional, static and dynamic aspects of
user interface from model perspective. You can specify
workflow, form contents, sequence of user actions,
deployment aspects, etc. using UML.
Actual _implementation_ of user interface, including forms
layout, design, internationalization, etc are out of UML
scope.
The answer is: we can only model the interface, not design
it.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are the relationships used in UML?
Why analysis is a major part in object designing?
What is the purpose of UML diagrams?
How are the diagrams divided in UML?
Brief explanation of all elements in activity diagrams
Explain about composition?
What are the elements in State Chart diagrams?
What is message-passing?
Explain the different elements of a Use Case?
Why is UML used?
Why is it required to have an abstraction layer in uml?
What is Activity diagram in UML?
How does the rule chaining concept works in uml?
What are the different parts of a deployment diagram?
Detail whether UML can be used as a programming language?