| Package | Description |
|---|---|
| com.h3c.sdn.tvue |
Topology viewer API & domain model definitions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AggregateLink
Abstraction of a topology link.
|
| Modifier and Type | Method and Description |
|---|---|
Set<TopologyLink> |
TopologyViewerService.getLinks()
Returns all links.
|
Set<TopologyLink> |
AggregateLink.links()
Returns the set of links between the same nodes.
|
List<TopologyLink> |
TopologyPath.links()
Returns the set of links that form the path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopologyPath.annotate(TopologyLink link,
String label)
Annotates the link with the specified label.
|
String |
TopologyPath.annotation(TopologyLink link)
Retrieves the link annotation.
|
TopologyLink.Type |
TopologyViewerService.LinkTypeToType(TopologyLink link)
returns TopologyLink Type
|
Copyright © 2014. All Rights Reserved.