public class UiEdgeLink extends UiLink
| Constructor and Description | 
|---|
UiEdgeLink(UiTopology topology,
          UiLinkId id)
Creates a UI link. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DeviceId | 
deviceId()
Returns the edge device identifier. 
 | 
String | 
endPointA()
Returns the identifier of end-point A in string form. 
 | 
String | 
endPointB()
Returns the identifier of end-point B in string form. 
 | 
String | 
endPortB()
Returns the port number (as a string) for end-point B, if applicable. 
 | 
HostId | 
hostId()
Returns the host identifier. 
 | 
PortNumber | 
portNumber()
Returns the edge port number. 
 | 
public UiEdgeLink(UiTopology topology, UiLinkId id)
topology - parent topologyid - canonicalized link identifierpublic String endPointA()
UiLinkpublic String endPointB()
UiLinkpublic String endPortB()
UiLinkpublic HostId hostId()
public DeviceId deviceId()
public PortNumber portNumber()