MCPcopy Create free account
hub / github.com/akeranen/the-one / addNodeOnPath

Method addNodeOnPath

core/Message.java:130–132  ·  view source on GitHub ↗

Adds a new node on the list of nodes this message has passed @param node The node to add

(DTNHost node)

Source from the content-addressed store, hash-verified

128 * @param node The node to add
129 */
130 public void addNodeOnPath(DTNHost node) {
131 this.path.add(node);
132 }
133
134 /**
135 * Returns a list of nodes this message has passed so far

Callers 3

MessageMethod · 0.95
receiveMessageMethod · 0.95
receiveMessageMethod · 0.80

Calls 1

addMethod · 0.80

Tested by

no test coverage detected