Package | Description |
---|---|
org.jdepend.action |
Contain classes which are used for several actions on class directotries or jar files.
|
org.jdepend.model |
Contain the dependency model classes.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,MetricPackageModel> |
PackageExtractor.extractModel()
Extract the Map of packages
|
java.util.Map<java.lang.String,MetricPackageModel> |
PackageExtractor.getModel()
Return the Map of packages.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,MetricPackageModel> |
MetricPackageModel.getAfferentCoupling()
Return the Map of packages in other packages that that depend upon classes within the package.
|
java.util.Map<java.lang.String,MetricPackageModel> |
MetricPackageModel.getEfferentCoupling()
Return the Map of packages in other packages that the classes in the package depend upon.
|
Modifier and Type | Method and Description |
---|---|
void |
MetricPackageModel.dependUpon(MetricPackageModel model)
Define that this package depend upon another package.
|
Copyright © 2016-2023 Herve Girod. All Rights Reserved. Documentation and source under the LGPL licence