
es.tid.tedb.ITMDTEDB 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 es.tid.pce.pcep.objects.tlvs.subtlvs.CostSubTLV;
import org.jgrapht.graph.DirectedWeightedMultigraph;
import org.jgrapht.graph.SimpleDirectedWeightedGraph;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.net.Inet4Address;
import java.util.*;
/**
* Base de datos de ingenieria de trafico con IT
* CLASE DE PRUEBA REESTRUCTURAR DESPUES!!!!!!!!!!
*
* Crear una intefaz que implemente la interfaz TEDB y que sea implementada por ITMDTEDB y MDTDEB. Deber�
* incluir el m�todo addInterdomainLink
*
*
* @author Alejandro Tovar
*
*/
public class ITMDTEDB implements MultiDomainTEDB {
private long graphId;
private DirectedWeightedMultigraph
© 2015 - 2025 Weber Informatics LLC | Privacy Policy