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

es.tid.netManager.emulated.EmulatedUniNetworkLSPManager Maven / Gradle / Ivy

The newest version!
package es.tid.netManager.emulated;

import java.util.LinkedList;

import es.tid.netManager.NetworkLSPManager;
import es.tid.netManager.NetworkLSPManagerTypes;
import es.tid.pce.pcep.objects.BandwidthRequestedGeneralizedBandwidth;
import es.tid.rsvp.objects.subobjects.EROSubobject;

public class EmulatedUniNetworkLSPManager extends NetworkLSPManager{
	public EmulatedUniNetworkLSPManager(){
		this.setEmulatorType(NetworkLSPManagerTypes.UNI_EMULATED_NETWORK);		
	}
	@Override
	public boolean setLSP(LinkedList erolist, boolean bidirect, BandwidthRequestedGeneralizedBandwidth GB) {
		// TODO Auto-generated method stub
		return false;
	}

	@Override
	public boolean setMLLSP(LinkedList erolist, boolean bidirect, BandwidthRequestedGeneralizedBandwidth GB) {
		// TODO Auto-generated method stub
		return false;
	}

	@Override
	public void removeLSP(LinkedList erolist, boolean bidirect, BandwidthRequestedGeneralizedBandwidth GB) {
		// TODO Auto-generated method stub
		
	}

	@Override
	public void removeMLLSP(LinkedList erolist, boolean bidirect, BandwidthRequestedGeneralizedBandwidth GB) {
		// TODO Auto-generated method stub
		
	}
	@Override
	public void removeLSP(LinkedList erolist, boolean bidirect,
			BandwidthRequestedGeneralizedBandwidth GB, float bw) {
		// TODO Auto-generated method stub
		
	}
	@Override
	public boolean setLSP_UpperLayer(
			LinkedList eROSubobjectListIP, float bw,
			boolean bidirect) {
		// TODO Auto-generated method stub
		return false;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy