pl.gdela.socomo.composition.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of socomo-core Show documentation
Show all versions of socomo-core Show documentation
Core parts of the tool for visualizing and analyzing source code modularity of a java project.
The newest version!
/**
* Model for division of code at a specific level into components that are dependent on each other.
* Think of it as an aggregation of individual packages into "parent" components which have the
* same prefix, here known as {@linkplain pl.gdela.socomo.composition.Level level}.
*
* @see pl.gdela.socomo.codemap
*/
package pl.gdela.socomo.composition;