public interface NodeFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
filterNode(DTNHost node)
Returns true if the given node should be included in the filtered set
|
java.lang.String |
toString()
Returns a String presentations of the filter
|
boolean filterNode(DTNHost node)
node - The node to checkjava.lang.String toString()
toString in class java.lang.Object