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

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

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

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