
es.tid.tedb.TEDB 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.util.LinkedList;
/**
* Base Interface for a Generic Traffic Engineering Database
* @author ogondio
*
*/
public interface TEDB {
public void initializeFromFile(String file);
public void initializeFromFile(String file, String learnFrom);
public boolean isITtedb(); //FIXME: Remove!
public String printTopology();
public LinkedList getInterDomainLinks();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy