Package pl.gdela.socomo.composition
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 level.
- See Also:
pl.gdela.socomo.codemap
-
Class Summary Class Description CodemapToLevel Component Slice of the code at give level.ComponentDep Directed dependency between twoComponents.Level Level at which we model source code composition.LevelGuesser Module A module understood as a lump of java source codes build together.