public final class BasicDeviceOperator extends Object implements org.onosproject.net.config.ConfigOperator
| Modifier and Type | Field and Description |
|---|---|
protected static double |
DEFAULT_COORD |
| Modifier and Type | Method and Description |
|---|---|
static org.onosproject.net.device.DeviceDescription |
combine(org.onosproject.net.config.basics.BasicDeviceConfig bdc,
org.onosproject.net.device.DeviceDescription descr)
Generates a DeviceDescription containing fields from a DeviceDescription and
a DeviceConfig.
|
static org.onosproject.net.SparseAnnotations |
combine(org.onosproject.net.config.basics.BasicDeviceConfig bdc,
org.onosproject.net.SparseAnnotations an)
Generates an annotation from an existing annotation and DeviceConfig.
|
static org.onosproject.net.device.DeviceDescription |
descriptionOf(org.onosproject.net.Device device) |
protected static final double DEFAULT_COORD
public static org.onosproject.net.device.DeviceDescription combine(org.onosproject.net.config.basics.BasicDeviceConfig bdc,
org.onosproject.net.device.DeviceDescription descr)
bdc - the device config entity from network configdescr - a DeviceDescriptionpublic static org.onosproject.net.SparseAnnotations combine(org.onosproject.net.config.basics.BasicDeviceConfig bdc,
org.onosproject.net.SparseAnnotations an)
bdc - the device config entity from network configan - the annotationpublic static org.onosproject.net.device.DeviceDescription descriptionOf(org.onosproject.net.Device device)