See: Description
| Class | Description |
|---|---|
| AbstractHighlight |
Partial implementation of the highlighting to apply to topology
view elements.
|
| BaseLink |
A simple concrete implementation of a
BiLink. |
| BaseLinkMap |
Collection of
BaseLinks. |
| BiLink |
Representation of a link and its inverse, as a partial implementation.
|
| BiLinkMap<B extends BiLink> |
Represents a collection of
BiLink concrete classes. |
| ButtonId |
Designates the identity of a button on the topology view panels.
|
| DeviceHighlight |
Denotes the highlighting to be applied to a device.
|
| Highlights |
Encapsulates highlights to be applied to the topology view, such as
highlighting links, displaying link labels, perhaps even decorating
nodes with badges, etc.
|
| HostHighlight |
Denotes the highlighting to apply to a host.
|
| LinkHighlight |
Denotes the highlighting to be applied to a link.
|
| Mod |
Highlighting modification.
|
| NodeBadge |
Designates a badge to be applied to a node in the topology view.
|
| NodeHighlight |
Parent class of
DeviceHighlight and HostHighlight. |
| NodeSelection |
Encapsulates a selection of devices, hosts and links from the topology view.
|
| PropertyPanel |
Models a panel displayed on the Topology View.
|
| PropertyPanel.Prop |
Simple data carrier for a property, composed of a key/value pair.
|
| PropertyPanel.Separator |
Auxiliary class representing a separator property.
|
| TopoConstants |
Defines string constants used in the Topology View of the ONOS GUI.
|
| TopoConstants.CoreButtons |
Defines identities of core buttons that appear on the topology
details panel.
|
| TopoConstants.Properties |
Defines constants for property names on the default summary and
details panels.
|
| TopoJson |
JSON utilities for the Topology View.
|
| TopoUtils |
Utility methods for helping out with formatting data for the Topology View
in the web client.
|
| Enum | Description |
|---|---|
| Highlights.Amount |
A notion of amount.
|
| LinkHighlight.Flavor |
Link highlighting flavor.
|
| NodeBadge.Status |
Designates the badge status.
|
| TopoElementType |
The topology element types to which a highlight can be applied.
|