Package 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 Description Link
link()
Returns the associated infrastructure link.
-
-
-
Method Detail
-
link
Link link()
Returns the associated infrastructure link.- Returns:
- backing infrastructure link
-
-