Method Summary |
|
public ArrayList | getChildren() Returns the child package nodes of this node. |
abstract protected Collection | getCoupledPackages() Returns the collection of Java packages coupled to the package
represented in this node. |
public JavaPackage | getPackage() Returns the Java package represented in this node. |
public PackageNode | getParent() Returns the parent of this package node. |
public boolean | isChild(JavaPackage jPackage) Indicates whether the specified package should be displayed as a child of
this node.
Parameters: jPackage - Package to test. |
public boolean | isLeaf() Indicates whether this node is a leaf node. |
abstract protected PackageNode | makeNode(PackageNode parent, JavaPackage jPackage) Creates and returns a PackageNode with the specified
parent node and Java package.
Parameters: parent - Parent package node. Parameters: jPackage - Java package. |
public String | toMetricsString() Returns the string representation of this node's metrics. |
public String | toString() Returns the string representation of this node in it's current tree
context. |