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.
|
java.lang.String |
endPointA()
Returns the identifier of end-point A in string form.
|
java.lang.String |
endPointB()
Returns the identifier of end-point B in string form.
|
java.lang.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 java.lang.String endPointA()
UiLink
public java.lang.String endPointB()
UiLink
public java.lang.String endPortB()
UiLink
public HostId hostId()
public DeviceId deviceId()
public PortNumber portNumber()