drcl.inet.protocol.ospf
Class OSPF_SPF_vertex
java.lang.Object
drcl.inet.protocol.ospf.OSPF_SPF_vertex
- public class OSPF_SPF_vertex
- extends java.lang.Object
Data structure of vertex in the shortest path tree (SPF).
Ref: sec. 16.1
- Author:
- Wei-peng Chen
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
OSPF_SPF_vertex
public OSPF_SPF_vertex()
- constructor
OSPF_SPF_vertex
public OSPF_SPF_vertex(OSPF_LSA lsa_,
int dist_,
boolean intree_)
- constructor
set
public void set(OSPF_LSA lsa_,
int dist_,
boolean intree_)
reset
public void reset()
toString
public java.lang.String toString()
_toString
public java.lang.String _toString()
equals
public boolean equals(java.lang.Object that_)
getDistance
public int getDistance()
Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved. ~ To J-Sim Home ~