
es.tid.netManager.uni.DispatcherObjects 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.netManager.uni;
public class DispatcherObjects {
/**
* Type = 1 --- Change Route
* Type = 2 --- Create UNI
* Type = 3 --- Eliminate UNI
* Type = 4 --- Create LSP
*/
private int type;
public int getType() {
return type;
}
public void setType(int type) {
this.type = type;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy