public class DefaultTopologyVertex extends java.lang.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(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public DefaultTopologyVertex(DeviceId deviceId)
deviceId - backing infrastructure device identifierpublic DeviceId deviceId()
TopologyVertexdeviceId in interface TopologyVertexpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object