public final class BandwidthResource extends LinkResource
| Constructor and Description |
|---|
BandwidthResource(org.onlab.util.Bandwidth bandwidth)
Creates a new instance with given bandwidth.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
double |
toDouble()
Returns bandwidth as a double value.
|
String |
toString() |
public BandwidthResource(org.onlab.util.Bandwidth bandwidth)
bandwidth - bandwidth value to be assignedCopyright © 2015. All rights reserved.