Skip to main content

View

What is a view​

A view is a representation of a model based on a prescribed representation.

  • One model has multiple views, and the view of the model can be changed according to the application.
  • Model edits in one view are automatically reflected in other views to maintain consistency.

View

View type​

The types of views available in Next Design are as follows and can be customized for each model type (entity).

  • ER diagram (*1)
  • tree diagram
  • form
  • tree grid
  • Sequence Diagram

(*1) ER diagram (Entity-Relationship Diagram) is a general term for notation that expresses data and their relationships with figures and lines. UML use case diagrams and activity diagrams are also types of ER diagrams.

ER diagram example​

ER Diagram

Tree diagram example​

Tree Diagram

Form example​

Form

Tree grid example​

Tree Grid

Sequence diagram example​

Sequence Diagram