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 |
---|---|
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.
|
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 IDjava.lang.IllegalArgumentException
- if the link ID is not region-regionpublic java.lang.String endPointA()
UiLink
public java.lang.String endPointB()
UiLink
public RegionId regionA()
public RegionId regionB()