All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----tw.edu.ncnu.im.cnclab.Algor.Algorithm
|
+----tw.edu.ncnu.im.cnclab.Algor.FloydWarshall
FloydWarshall class implements the FloydWarshal algorithm.
protected int predecessorNodeTable[][]
protected int predecessorNodeTableOld[][]
protected int verts
public static final Color OTHER
public static final Color TREE_EDGE
public FloydWarshall()
protected void setArg(Object args[]) throws IllegalArgumentException
Valid args: Do not need arguments. Use null instead.
public void initPredecessorNodeTable(int table[][],
int verts)
protected Object algorImpl()
All Packages Class Hierarchy This Package Previous Next Index