Class ShortestPathTree


public class ShortestPathTree
extends java.lang.Object

Field Summary

private double[]
d
private Graph
g
private double
maxw
private int
n
private int[]
p

Constructor Summary

ShortestPathTree(Graph g)

Method Summary

private void
computeShortestPathTree()
double[]
getD()
int
getN()
int[]
getP()

Field Details

d

private double[] d

g

private Graph g

maxw

private double maxw

n

private int n

p

private int[] p

Constructor Details

ShortestPathTree

public ShortestPathTree(Graph g)

Method Details

computeShortestPathTree

private void computeShortestPathTree()

getD

public double[] getD()
Returns:

getN

public int getN()
Returns:

getP

public int[] getP()
Returns: