java.lang.Object | +--jdepend.swingui.PackageNode | +--jdepend.swingui.AfferentNode
AfferentNode(PackageNode parent, JavaPackage jPackage) Constructs an AfferentNode with the specified parent node and afferent Java package. |
java.util.Collection | Returns the collection of Java packages coupled to the package represented in this node. |
makeNode(PackageNode parent, JavaPackage jPackage) Creates and returns a PackageNode with the specified parent node and Java package. | |
java.lang.String | toString() Returns the string representation of this node in it's current tree context. |
public AfferentNode(PackageNode parent, JavaPackage jPackage)
AfferentNode
with
the specified parent node and afferent Java
package.
protected Collection getCoupledPackages()
protected PackageNode makeNode(PackageNode parent, JavaPackage jPackage)
PackageNode
with the specified parent node and Java package.
public String toString()
AfferentNode
class is aPackageNode
for an afferent Java package and its afferent packages.