Package | Description |
---|---|
org.jdepend.model |
Contain the dependency model classes.
|
Modifier and Type | Class and Description |
---|---|
class |
MetricPackageModel
The model for a package.
|
Modifier and Type | Method and Description |
---|---|
PackageModel |
PackageModel.getParent()
Return the parent package.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,PackageModel> |
PackageModel.getChildren()
Return the children package of the model.
|
Modifier and Type | Method and Description |
---|---|
void |
PackageModel.addChild(PackageModel model)
Add a child package to the model.
|
void |
PackageModel.setParent(PackageModel parent)
Set the parent package.
|
Copyright © 2016-2023 Herve Girod. All Rights Reserved. Documentation and source under the LGPL licence