Uses of Package
org.javanetworkanalyzer.data

Packages that use org.javanetworkanalyzer.data
org.javanetworkanalyzer.alg   
org.javanetworkanalyzer.analyzers   
org.javanetworkanalyzer.data   
org.javanetworkanalyzer.graphcreators   
org.javanetworkanalyzer.model   
 

Classes in org.javanetworkanalyzer.data used by org.javanetworkanalyzer.alg
PathLengthData
          Stores information about the shortest path lengths from one node to the other nodes in the network.
UnweightedPathLengthData
          PathLengthData for unweighted graphs.
VAccess
          Vertex used during accessibility analysis.
VBFS
          Vertex to be used in the BFS algorithm.
VCent
          Vertex for centrality computations (used by graph analyzers).
VDFS
          Vertex to be used in the DFS algorithm.
VDijkstra
          Vertex to be used in the Dijkstra algorithm.
VPred
          Vertices which have an id and predecessor(s) on shortest paths from a source node.
VStrahler
          Vertex to be used during the Strahler stream order algorithm.
VUCent
          Unweighted centrality vertex.
VWCent
          Weighted centrality vertex.
WeightedPathLengthData
          PathLengthData for weighted graphs.
 

Classes in org.javanetworkanalyzer.data used by org.javanetworkanalyzer.analyzers
PathLengthData
          Stores information about the shortest path lengths from one node to the other nodes in the network.
VAccess
          Vertex used during accessibility analysis.
VCent
          Vertex for centrality computations (used by graph analyzers).
VUCent
          Unweighted centrality vertex.
VWCent
          Weighted centrality vertex.
 

Classes in org.javanetworkanalyzer.data used by org.javanetworkanalyzer.data
PathLengthData
          Stores information about the shortest path lengths from one node to the other nodes in the network.
VBFS
          Vertex to be used in the BFS algorithm.
VCent
          Vertex for centrality computations (used by graph analyzers).
VDFS
          Vertex to be used in the DFS algorithm.
VDijkstra
          Vertex to be used in the Dijkstra algorithm.
VDist
          Interface for vertices that measure the distance from a source node.
VId
          Vertex keyed by an id.
VPred
          Vertices which have an id and predecessor(s) on shortest paths from a source node.
VPredImpl
          Default implementation of the VPred interface.
 

Classes in org.javanetworkanalyzer.data used by org.javanetworkanalyzer.graphcreators
VId
          Vertex keyed by an id.
 

Classes in org.javanetworkanalyzer.data used by org.javanetworkanalyzer.model
VId
          Vertex keyed by an id.
VStrahler
          Vertex to be used during the Strahler stream order algorithm.
 



Copyright © 2014. All Rights Reserved.