Navigation Graph

UI Flow, User Flow, UI Storyboard, Navigation Flow

Definition
The directed graph that represents the pages of an application and their and transitions. It describes the path the user takes through the application.
Navigation Graph

How does it work?

The user interface of an application can be seen as a finite state machine or as a directed graph, connecting each page to some others.

Links