|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.nist.antd.ospf_te.TEPath.Vertex
A node corresponding to a vertex in a graph upon which Dijkstra's algorithm is being run. It contains information about the vertex which is used by the algorithm but which is not normally kept by the vertex itself.
| Field Summary | |
(package private) int |
dist
Field dist - XXX |
(package private) java.util.Vector |
links
The list of link information for the associated router. |
(package private) java.lang.String |
nh
The NHI prefix address of the router or transit network which this vertex represents. |
(package private) TEPath.Vertex |
pred
The predecessor of this vertex. |
(package private) double |
weight
The shortest-path estimate from the root to this vertex. |
| Constructor Summary | |
(package private) |
TEPath.Vertex(java.lang.String rtrnh,
java.util.Vector l,
int type)
Constructor Vertex |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.lang.String nh
TEPath.Vertex pred
double weight
int dist
java.util.Vector links
| Constructor Detail |
TEPath.Vertex(java.lang.String rtrnh,
java.util.Vector l,
int type)
rtrnh - - XXXl - - XXXtype - - XXX
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||