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