
es.tid.tedb.Layer 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;
public class Layer {
/**
* True if it is a GMPLS layer
* False if it is an IP/MPLS layer (by default, false)
*/
public boolean gmpls=false;
/**
*
*/
public int encodingType;
/**
*
*/
public int switchingType;
public static final int SWITCHING_TYPE_WSON=150;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy