Package org.javanetworkanalyzer.data

Interface Summary
VCent<V extends VCent,E> Vertex for centrality computations (used by graph analyzers).
VDist<D extends Number> Interface for vertices that measure the distance from a source node.
VPred<V extends VPred,E> Vertices which have an id and predecessor(s) on shortest paths from a source node.
 

Class Summary
PathLengthData<T extends Number> Stores information about the shortest path lengths from one node to the other nodes in the network.
UnweightedPathLengthData PathLengthData for unweighted graphs.
VAccess<E> Vertex used during accessibility analysis.
VBFS<V extends VBFS,E> Vertex to be used in the BFS algorithm.
VCentImpl Centrality vertex implementation.
VDFS<V extends VDFS,E> Vertex to be used in the DFS algorithm.
VDijkstra<V extends VDijkstra,E> Vertex to be used in the Dijkstra algorithm.
VId Vertex keyed by an id.
VPredImpl<V extends VPred,E> Default implementation of the VPred interface.
VStrahler<E> Vertex to be used during the Strahler stream order algorithm.
VUCent<E> Unweighted centrality vertex.
VWCent<E> Weighted centrality vertex.
WeightedPathLengthData PathLengthData for weighted graphs.
 



Copyright © 2014. All Rights Reserved.