Package | Description |
---|---|
network.link |
A group of classes responsible for representing a link in a network.
|
Modifier and Type | Method and Description |
---|---|
LinkProperties |
Link.getLinkProperties()
Getter for the properties
|
Modifier and Type | Method and Description |
---|---|
void |
Link.setLinkProperties(LinkProperties linkProperties)
Setter for the link properties
|
Constructor and Description |
---|
Link(Node tf,
Node target,
LinkProperties linkProperties)
Constructs a new link with associated LinkProperties
|