All Downloads are FREE. Search and download functionalities are using the official Maven repository.

es.tid.tedb.Layer Maven / Gradle / Ivy

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