Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As formerly said, Kiuwan Architecture automatically builds a map of a software system. That map is known as a Model.

The model Model is automatically built upon reading source code provided to Kiuwan and will be associated to an Application

...

As an example, next image show two components (a java class and a database table) where the relation is “select” (the java class is accessing the table through insert statements). You can also see the properties associated to the java class.

 

 

Components and Relations are building blocks of Kiuwan Architecture and they will be thoroughly used during this documentation. 

How to build a Model

 

Info

A Model is automatically built during the analysis of the source code of an application.

To build a model you must use Kiuwan Local Analyzer.

 

 

  

The model will be built when “Architecture analysis” is checked.

...