JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.onosproject.net.topology
Interface TopologyEdge
All Superinterfaces:
Edge
<
TopologyVertex
>
All Known Implementing Classes:
DefaultTopologyEdge
public interface
TopologyEdge
extends
Edge
<
TopologyVertex
>
Represents an edge in the topology graph.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Link
link
()
Returns the associated infrastructure link.
Methods inherited from interface org.onlab.graph.
Edge
dst
,
src
Method Detail
link
Link
link()
Returns the associated infrastructure link.
Returns:
backing infrastructure link
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method