Package org.onosproject.net.topology
Interface TopologyVertex
-
- All Superinterfaces:
org.onlab.graph.Vertex
- All Known Implementing Classes:
DefaultTopologyVertex
public interface TopologyVertex extends org.onlab.graph.Vertex
Represents a vertex in the topology graph.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceId
deviceId()
Returns the associated infrastructure device identification.
-
-
-
Method Detail
-
deviceId
DeviceId deviceId()
Returns the associated infrastructure device identification.- Returns:
- device identifier
-
-