public class DefaultTopologyVertex extends Object implements TopologyVertex
Constructor and Description |
---|
DefaultTopologyVertex(DeviceId deviceId)
Creates a new topology vertex.
|
Modifier and Type | Method and Description |
---|---|
DeviceId |
deviceId()
Returns the associated infrastructure device identification.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public DefaultTopologyVertex(DeviceId deviceId)
deviceId
- backing infrastructure device identifierpublic DeviceId deviceId()
TopologyVertex
deviceId
in interface TopologyVertex