| Package | Description |
|---|---|
| org.onosproject.net.device |
Infrastructure device model & related services API definitions.
|
| org.onosproject.net.host |
End-station host model & related services API definitions.
|
| org.onosproject.net.link |
Infrastructure link model & related services API definitions.
|
| org.onosproject.net.topology |
Network topology model & related services API definitions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeviceDescription
Carrier of immutable information about a device.
|
interface |
PortDescription
Information about a port.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDeviceDescription
Default implementation of immutable device description entity.
|
class |
DefaultPortDescription
Default implementation of immutable port description.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HostDescription
Information describing host and its location.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHostDescription
Default implementation of an immutable host description.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LinkDescription
Describes an infrastructure link.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLinkDescription
Default implementation of immutable link description entity.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GraphDescription
Describes attribute(s) of a network graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGraphDescription
Default implementation of an immutable topology graph data carrier.
|
Copyright © 2015. All rights reserved.