public class PceWebLink
extends org.onosproject.ui.topo.BiLink
| Constructor and Description |
|---|
PceWebLink(org.onosproject.net.LinkKey key,
org.onosproject.net.Link link)
Initialize the Link and key attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
computeHilight(Set<org.onosproject.net.Link> selectedLinks,
Set<org.onosproject.net.Link> allLinks)
Highlight the color of given selected links.
|
org.onosproject.ui.topo.LinkHighlight |
highlight(Enum<?> anEnum) |
public PceWebLink(org.onosproject.net.LinkKey key,
org.onosproject.net.Link link)
key - the link key identifierlink - the link to be highlighted.public void computeHilight(Set<org.onosproject.net.Link> selectedLinks, Set<org.onosproject.net.Link> allLinks)
selectedLinks - the primary linksallLinks - the secondary linkspublic org.onosproject.ui.topo.LinkHighlight highlight(Enum<?> anEnum)
highlight in class org.onosproject.ui.topo.BiLinkCopyright © 2016. All rights reserved.