public class LinkResolver
extends java.lang.Object
The LinkResolver
determines whether a Node
can send a message to another one.
Constructor and Description |
---|
LinkResolver() |
Modifier and Type | Method and Description |
---|---|
boolean |
isHeardBy(Node n1,
Node n2)
Determines whether a message sent from the first
Node could be recieved by the second one. |