User interface modeling
User interface modeling is a development technique used by computer application programmers. Today's user interfaces are complex software components, which play an essential role in the usability of an application. The development of UIs requires therefore, not only guidelines and best practice reports, but also a development process including the elaboration of visual models and a standardized notation for this visualization.
The term user interface modeling is mostly used in an information technology context. A user interface model is a representation of how the end user interact with a computer program or another device and also how the system responds. The modeling task is then to show all the "directly experienced aspects of a thing or device" .
Modeling user interfaces is a well-established discipline in its own right. For example, modeling techniques can describe interaction objects, tasks, and lower-level dialogs in user interfaces. Using models as part of user interface development can help capture user requirements, avoid premature commitment to specific layouts and widgets, and make the relationships between an interface's different parts and their roles explicit. .
Languages
MARIA
is a universal, declarative, multiple abstraction level, XML-based user interface markup language for modelling interactive applications in ubiquitous environments.UML
Some aspects of user interface modeling can be realized using UML. However, the language is not mainly intended for this kind of modeling, which may render the models somewhat synthetic.UMLi
is an extension of UML, and adds support for representation commonly occurring in user interfaces.Because application models in UML describe few aspects of user interfaces,
and because the model-based user interface development environments
lack ability for modeling applications, the University of Manchester started the research project UMLi in 1998.
UMLi aims to address this problem of designing and implementing user interfaces using a combination of UML and MB-UIDE.
UsiXML
is an XML-based specification language for user interface design.It supports the description of UI for multiple contexts of use such as Character User Interfaces, Graphical
User Interfaces, Auditory User Interfaces, and Multimodal User Interfaces.
DiaMODL
DiaMODL combines a dataflow-oriented language with UML Statecharts which has focus on behavior. It is capable of modeling the dataflow as well as the behavior of interaction objects. It may be used for documenting the function and structure of concrete user interfaces.Himalia
Himalia combines the Hypermedia Models with the control/composite paradigm. It is a full user interface language, it may be used for specifying but also for running it, because of this the designer tool can categorized as a guilder.Model types
The different aspects of a user interface requires different model types. Some of the models that may be considered for UI-modeling are:- Domain model, including data model
- Navigation model, defines how the objects that a user view could be navigated through the user interface
- Task model.
- User model
- Platform model
- Dialogue model, with interaction media
- Presentation model
- Application model