| Package | Description |
|---|---|
| org.onosproject.net |
Network model entities & service API definitions.
|
| org.onosproject.ui.topo |
Mechanism for dynamically extending topology view with information and
behaviour overlays.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Device
Representation of a network infrastructure device.
|
interface |
Host
Abstraction of an end-station host on the network, essentially a NIC.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractElement
Base implementation of network elements, i.e.
|
class |
DefaultDevice
Default infrastructure device model implementation.
|
class |
DefaultHost
A basic implementation of a Host.
|
| Modifier and Type | Method and Description |
|---|---|
Element |
Port.element()
Returns the parent network element to which this port belongs.
|
Element |
DefaultPort.element() |
| Constructor and Description |
|---|
DefaultPort(Element element,
PortNumber number,
boolean isEnabled,
Annotations... annotations)
Creates a network element attributed to the specified provider.
|
DefaultPort(Element element,
PortNumber number,
boolean isEnabled,
Port.Type type,
long portSpeed,
Annotations... annotations)
Creates a network element attributed to the specified provider.
|
OchPort(Element element,
PortNumber number,
boolean isEnabled,
OduSignalType signalType,
boolean isTunable,
OchSignal lambda,
Annotations... annotations)
Creates an OCh port in the specified network element.
|
OduCltPort(Element element,
PortNumber number,
boolean isEnabled,
OduCltPort.SignalType signalType,
Annotations... annotations)
Creates an ODU client port in the specified network element.
|
OmsPort(Element element,
PortNumber number,
boolean isEnabled,
org.onlab.util.Frequency minFrequency,
org.onlab.util.Frequency maxFrequency,
org.onlab.util.Frequency grid,
Annotations... annotations)
Creates an OMS port in the specified network element.
|
| Modifier and Type | Method and Description |
|---|---|
Element |
NodeSelection.hovered()
Returns the element (host or device) over which the mouse was hovering,
or null.
|
Copyright © 2015. All rights reserved.