blob: b542533f0612044c73416e2f806a452638aeed19 [file] [log] [blame]
package org.onlab.onos.net.resource;
/**
* Representation of allocated bandwidth resource.
*/
public interface BandwidthResourceAllocation extends BandwidthResourceRequest {
}