Uses of Class
org.apache.commons.graph.domain.jdepend.PackageVertex

Packages that use PackageVertex
org.apache.commons.graph.domain.jdepend   
 

Uses of PackageVertex in org.apache.commons.graph.domain.jdepend
 

Methods in org.apache.commons.graph.domain.jdepend that return PackageVertex
private  PackageVertex JDependGraph.findPackageVertex(jdepend.framework.JavaPackage pkg)
          This not only finds the PackageVertex, but also adds it to the graph, if it isn't already there.