
es.tid.bgp.bgp4Peer.tedb.IntraTEDBS 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.bgp.bgp4Peer.tedb;
import java.net.Inet4Address;
import es.tid.tedb.TEDB;
public interface IntraTEDBS extends TEDB {
//Metodo (annadir enlace intradominio) que le pases un domain id, + cosas que necesites para el intradomain edge.
//Las clases que implemente para esta interface ya tengra que ver c�mo hacerlo. Tener una hashtable.
public void addIntradomainEdge();
public void addIntradomainNode(Inet4Address domain, Inet4Address node);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy