| Package | Description |
|---|---|
| org.onosproject.net |
Network model entities & service API definitions.
|
| org.onosproject.net.driver |
Set of facilities to allow the platform to be extended with
device specific behaviours and to allow modeling device behaviours while
hiding details of specific device driver implementations.
|
| Modifier and Type | Method and Description |
|---|---|
MutableAnnotations |
MutableAnnotations.clear(String... keys)
Clears the specified keys or the all keys if none were specified.
|
MutableAnnotations |
MutableAnnotations.set(String key,
String value)
Returns the value of the specified annotation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DriverData
Container for data about a device.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDriverData
Default implementation of driver data descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
MutableAnnotations |
DefaultDriverData.clear(String... keys) |
MutableAnnotations |
DefaultDriverData.set(String key,
String value) |
Copyright © 2015. All rights reserved.