public class UiRegionLink extends UiLink
| Constructor and Description |
|---|
UiRegionLink(UiTopology topology,
UiLinkId id)
Creates a region to region UI link.
|
| Modifier and Type | Method and Description |
|---|---|
String |
endPointA()
Returns the identifier of end-point A in string form.
|
String |
endPointB()
Returns the identifier of end-point B in string form.
|
RegionId |
regionA()
Returns the identity of the first region.
|
RegionId |
regionB()
Returns the identity of the second region.
|
public UiRegionLink(UiTopology topology, UiLinkId id)
topology - parent topologyid - canonicalized link IDIllegalArgumentException - if the link ID is not region-regionpublic String endPointA()
UiLinkpublic String endPointB()
UiLinkpublic RegionId regionA()
public RegionId regionB()