jdepend.swingui
Class AfferentNode
public class AfferentNode
The AfferentNode class is a
PackageNode for an afferent
Java package and its afferent packages.
- Mike Clark (mike@clarkware.com)
- Clarkware Consulting, Inc.
protected Collection | getCoupledPackages()- Returns the collection of Java packages
coupled to the package represented in this node.
|
protected PackageNode | makeNode(PackageNode parent, JavaPackage jPackage)- Creates and returns a
PackageNode
with the specified parent node and Java package.
|
String | toString()- Returns the string representation of this node
in it's current tree context.
|
AfferentNode
public AfferentNode(PackageNode parent,
JavaPackage jPackage) Constructs an AfferentNode with
the specified parent node and afferent Java
package.
parent - Parent package node.jPackage - Afferent Java package.
getCoupledPackages
protected Collection getCoupledPackages()
Returns the collection of Java packages
coupled to the package represented in this node.
- getCoupledPackages in interface PackageNode
- Collection of coupled packages.
toString
public String toString()
Returns the string representation of this node
in it's current tree context.
- toString in interface PackageNode
Copyright B) 1999-2003 Clarkware Consulting, Inc.