| Package | Description |
|---|---|
| org.onosproject.net |
Network model entities & service API definitions.
|
| org.onosproject.net.config.basics |
Various basic builtin network configurations.
|
| org.onosproject.ui.topo |
Mechanism for dynamically extending topology view with information and
behaviour overlays.
|
| Modifier and Type | Method and Description |
|---|---|
static LinkKey |
LinkKey.linkKey(ConnectPoint src,
ConnectPoint dst)
Creates a link identifier with source and destination connection point.
|
static LinkKey |
LinkKey.linkKey(Link link)
Creates a link identifier for the specified link.
|
| Modifier and Type | Field and Description |
|---|---|
static SubjectFactory<LinkKey> |
SubjectFactories.LINK_SUBJECT_FACTORY |
| Modifier and Type | Method and Description |
|---|---|
static LinkKey |
TopoUtils.canonicalLinkKey(Link link)
Produces a canonical link key, that is, one that will match both a link
and its inverse.
|
LinkKey |
BiLink.key()
Returns the key for this bi-link.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract B |
BiLinkMap.create(LinkKey key,
Link link)
Creates a new instance of a bi-link.
|
BaseLink |
BaseLinkMap.create(LinkKey key,
Link link) |
| Constructor and Description |
|---|
BaseLink(LinkKey key,
Link link)
Constructs a base link for the given key and initial link.
|
BiLink(LinkKey key,
Link link)
Constructs a bi-link for the given key and initial link.
|
Copyright © 2015. All rights reserved.