Neighbor

Undocumented in source.

Constructors

this
this(string identity, Address address, Link link)
Undocumented in source.

Members

Functions

getAddress
Address getAddress()
Undocumented in source. Be warned that the author may not have intended to support it.
getIdentity
string getIdentity()
Undocumented in source. Be warned that the author may not have intended to support it.
getLink
Link getLink()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object other)

Neighbors are considered equal if both their Link is the same and their identity. There should not be several neighbors with same identity on one Link

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta