Versions Compared

Key

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

Table of Contents

 

Basic concepts

 

Kiuwan Architecture is based on some basic concepts you should understand.

...

Similarly to code analyses, an application may have many models depending on how many times that application has been analyzed. Once you have selected an application, you can select the model based on the date (and label) you ran the analysis. Obviously, every model will be different because every analysis was run against different source code.

 

Info

Model is a directed-graph composed of Components and Relations among them.

 A model is a graph composed of Components and Relations among them.

A Component is any entity found during inspection of source code. A component can be any software entity such as a class, a configuration file, a database, a table, a web service, etc.etc. Every component has a name (that uniquely identifies it), a type, an associated programming language, a physical file, as well as associated properties.

...