public class UiEdgeLink extends UiLink
| Constructor and Description |
|---|
UiEdgeLink(UiTopology topology,
UiLinkId id)
Creates a UI link.
|
| Modifier and Type | Method and Description |
|---|---|
void |
attachEdgeLink(EdgeLink elink)
Attaches the given edge link to this UI link.
|
protected void |
destroy()
Removes all external references, and prepares the instance for
garbage collection.
|
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.
|
public UiEdgeLink(UiTopology topology, UiLinkId id)
topology - parent topologyid - canonicalized link identifierpublic String endPointA()
UiLinkpublic String endPointB()
UiLinkpublic String endPortB()
UiLinkprotected void destroy()
UiElementpublic void attachEdgeLink(EdgeLink elink)
elink - edge link to attachIllegalArgumentException - if the link is not appropriate