
es.tid.vntm.LigthPathManagement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of network-emulator Show documentation
Show all versions of network-emulator Show documentation
Emulator of GMPLS-controlled transport Network
The newest version!
package es.tid.vntm;
import java.util.Hashtable;
import java.util.Iterator;
import java.util.Set;
import java.util.TimerTask;
import org.jgrapht.graph.SimpleDirectedWeightedGraph;
import es.tid.tedb.DomainTEDB;
import es.tid.tedb.IntraDomainEdge;
import es.tid.tedb.MultiLayerTEDB;
public class LigthPathManagement extends TimerTask {
private LigthPathCreateIP LSPDelete;
private DomainTEDB ted;
private Hashtable LigthPathList;
LigthPathManagement(){
LigthPathList = new Hashtable();
}
@Override
public void run(){
SimpleDirectedWeightedGraph
© 2015 - 2025 Weber Informatics LLC | Privacy Policy