- All Implemented Interfaces:
- IMetric
- Direct Known Subclasses:
- DirectoryMapping, PackageMapping
public abstract class AbstractHierarchyMapping<T>
extends AbstractMetric
Unified parent of package and directory mapping. Realizes hierarchy conformance mapping metrics.
Mapping metric: Checks how well component candidates are arranged in the same or at least comparable packages / directories.
Naming: PackageDirectory must be read as an entity: can be either package or directory at the instance level.
TODO: check efficiency
- Author:
- Klaus Krogmann