Uses of Class
pl.gdela.socomo.codemap.Codemap
| Package | Description |
|---|---|
| pl.gdela.socomo.codemap |
Model for complete map of code and its dependencies.
|
| pl.gdela.socomo.composition |
Model for division of code at a specific level into components that are dependent on each other.
|
-
Uses of Codemap in pl.gdela.socomo.codemap
Methods in pl.gdela.socomo.codemap that return Codemap Modifier and Type Method Description CodemapCodemappingCollector. getCodemap()CodemapCodemap. select(Selector selector)Returns a new codemap that contains only code elements selected by given selector. -
Uses of Codemap in pl.gdela.socomo.composition
Methods in pl.gdela.socomo.composition with parameters of type Codemap Modifier and Type Method Description static java.lang.StringLevelGuesser. guessLevel(Codemap codemap)Returns the level name which is most interesting for this codemap.static LevelCodemapToLevel. transform(Codemap codemap, java.lang.String levelName)