blob: b542533f0612044c73416e2f806a452638aeed19 [file] [log] [blame]
Toshio Koide485b4782014-10-20 19:34:21 -07001package org.onlab.onos.net.resource;
2
3/**
4 * Representation of allocated bandwidth resource.
5 */
6public interface BandwidthResourceAllocation extends BandwidthResourceRequest {
7
8}