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.onlab.graph
Interface Edge<V extends
Vertex
>
Type Parameters:
V
- vertex type
All Known Subinterfaces:
MutablePath
<V,E>,
Path
<V,E>,
TopologyEdge
All Known Implementing Classes:
AbstractEdge
,
DefaultMutablePath
,
DefaultPath
,
DefaultTopologyEdge
,
DisjointPathPair
public interface
Edge<V extends
Vertex
>
Representation of a graph edge.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
V
dst
()
Returns the edge destination vertex.
V
src
()
Returns the edge source vertex.
Method Detail
src
V
src()
Returns the edge source vertex.
Returns:
source vertex
dst
V
dst()
Returns the edge destination vertex.
Returns:
destination vertex
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