Package be.ac.ulg.montefiore.run.totem.domain.model

This package holds the model for the domain package.

See:
          Description

Interface Summary
BandwidthManagement This class manages link bandwidth.
BgpNeighbor Represent a BGP neighbor.
BgpNetwork Represent a BGP network.
BgpRouter Represent a BGP router.
Domain Represent a network domain
DomainChangeListener Define all the events that a listener will receive.
DomainChangeObserver A DomainChangeObserver is associated to a Domain and notify to all listeners the Domain changes.
DomainConvertor Define all the methods that a convertor must implements i.e.
DomainElement Represents an atomic element of a domain (node, link or LSP).
DomainStatistics Compute statistcs on a domain
DomainValidator A DomainValidator can check and force some characteristics on a Domain
Link Represent a Link in a Domain
Lsp A Label Switched Path in a Domain
Node Represents a Node in a Domain.
NodeInterface Represents an interface of a node.
Path Represent a Path in a Domain and is used by a LSP
SPFCache The SPFCache is designed to improve the performance of SPF path computation.
SPFCache.SPFCacheListener The listener that updates the SPF cache
 

Class Summary
DomainChangeAdapter DomainChangeAdapter can be used to reduce the number of method to implements if you need to define a DomainChangeListener by subclassing the DomainChangeAdapter and overiding only usefull methods.
SwitchingMethod Implements to react to change in node or link status.
 

Enum Summary
BandwidthUnit An enum class that expresses bandwidth units.
DelayUnit An enum class that expresses delay units.
Link.Type  
Node.Type  
 

Package be.ac.ulg.montefiore.run.totem.domain.model Description

This package holds the model for the domain package.



Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.