| Package | Description |
|---|---|
| org.onosproject.net |
Network model entities & service API definitions.
|
| org.onosproject.net.topology |
Network topology model & related services API definitions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Device
Representation of a network infrastructure device.
|
interface |
EdgeLink
Abstraction of a link between an end-station host and the network
infrastructure.
|
interface |
Element
Base abstraction of a network element, i.e.
|
interface |
Host
Abstraction of an end-station host on the network, essentially a NIC.
|
interface |
Link
Abstraction of a network infrastructure link.
|
interface |
Path
Representation of a contiguous directed path in a network.
|
interface |
Tunnel
Abstraction of a generalized network tunnel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractElement
Base implementation of network elements, i.e.
|
class |
AbstractModel
Base implementation of a network model entity.
|
class |
DefaultDevice
Default infrastructure device model implementation.
|
class |
DefaultEdgeLink
Default edge link model implementation.
|
class |
DefaultHost
A basic implementation of a Host.
|
class |
DefaultLink
Default infrastructure link model implementation.
|
class |
DefaultPath
Default implementation of a network path.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Topology
Represents a network topology computation snapshot.
|
Copyright © 2015. All rights reserved.