Overload List
Overload | Description |
UniversalLinkData Constructor() |
The default constructor produces link-representing data that needs to be initialized.
|
UniversalLinkData Constructor(Object,Object) |
This constructor produces a link-representing data that connects two nodes, identified by their node data keys.
|
UniversalLinkData Constructor(Object,Object,String) |
This constructor produces a link-representing data that connects two nodes,
identified by their node data keys, and the text for a label annotation.
|
UniversalLinkData Constructor(Object,String,Object,String) |
This constructor produces a link-representing data that connects two nodes and also provides port-identifying information at each node.
|
UniversalLinkData Constructor(Object,String,Object,String,String) |
This constructor produces a link-representing data that connects two nodes and
also provides port-identifying information at each node and the text for a label annotation.
|
See Also