Can we use UML for user interface (UI) design?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / balamurugan sengodan - wipro,
No, UML is just a notation Lnguage. NOt a programming
language.
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / k
UML cannot be used for interface design, instead a good UI
design is based on Usability practice or by following
principles of user interface design.
| Is This Answer Correct ? | 2 Yes | 6 No |
What are the relationships in UML?
What is a uml use case diagram (ucd), and when should you use it?
What is modeling? What are the advantages of creating a model?
How do we represent private, public and protected in class diagrams?
Explain Class Diagram in Detail.
What is the purpose of a class diagram?
What are the different views in UML?
What is the influence of rule-sets in object assertions?
Define three type of design patterns?
Why is it required to have an abstraction layer in uml?
What is an object lifeline?
How are the diagrams divided in UML?