DRCL J-Sim API

drcl.inet.protocol.ospf
Class OSPF_LS_Database

java.lang.Object
  extended bydrcl.inet.protocol.ospf.OSPF_LS_Database

public class OSPF_LS_Database
extends java.lang.Object

The link state database within one area.

Ref: sec. 12.2. RFC 2328 does not clearly define the data structure of LS database We use Vector to implement the database.

Author:
Wei-peng Chen
See Also:
OSPF_Area

Constructor Summary
OSPF_LS_Database()
          Constructor
 
Method Summary
 void reset()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSPF_LS_Database

public OSPF_LS_Database()
Constructor

Method Detail

reset

public void reset()

DRCL J-Sim API

Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved.     ~ To J-Sim Home ~