
es.tid.tedb.DomainTEDB Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of topology Show documentation
Show all versions of topology Show documentation
Traffic Engineering Database, BGP-LS peer, Topology Module
The newest version!
package es.tid.tedb;
import java.net.Inet4Address;
import java.util.Hashtable;
import java.util.LinkedList;
import java.util.Set;
import es.tid.ospf.ospfv2.lsa.tlv.subtlv.complexFields.BitmapLabelSet;
public interface DomainTEDB extends TEDB {
public Inet4Address getDomainID();
public boolean belongsToDomain(Object addr);
//public Object getDomainId();
public ReachabilityEntry getReachabilityEntry();
//public byte[] getDomainReachabilityIPv4Prefix();
public LinkedList getInterDomainLinks();
public Set getIntraDomainLinks();
public String printInterDomainLinks();
public boolean containsVertex(Object vertex);
public WSONInformation getWSONinfo();
public void setWSONinfo(WSONInformation wSONinfo);
public SSONInformation getSSONinfo();
public void setSSONinfo(SSONInformation sSONinfo);
public void notifyWavelengthReservation(LinkedList
© 2015 - 2025 Weber Informatics LLC | Privacy Policy