Uses of Class
org.javanetworkanalyzer.data.VStrahler

Packages that use VStrahler
org.javanetworkanalyzer.alg   
org.javanetworkanalyzer.model   
 

Uses of VStrahler in org.javanetworkanalyzer.alg
 

Methods in org.javanetworkanalyzer.alg with parameters of type VStrahler
protected  void DFSForStrahler.visit(VStrahler node)
          Visit the given node and calculate its Strahler number.
 

Constructor parameters in org.javanetworkanalyzer.alg with type arguments of type VStrahler
DFSForStrahler(org.jgrapht.Graph<VStrahler,E> graph)
          Constructor.
 

Uses of VStrahler in org.javanetworkanalyzer.model
 

Methods in org.javanetworkanalyzer.model that return VStrahler
 VStrahler StrahlerTree.getRootVertex()
          Return the root vertex.
 VStrahler StrahlerTree.getVertex(int id)
          Get the vertex with the given id.
 

Constructor parameters in org.javanetworkanalyzer.model with type arguments of type VStrahler
StrahlerTree(org.jgrapht.EdgeFactory<VStrahler,E> ef)
           
 



Copyright © 2014. All Rights Reserved.