MCPcopy Create free account
hub / github.com/dabing1022/Blog / getEdge

Method getEdge

Processing/game2dai/graph/Graph.java:470–483  ·  view source on GitHub ↗

Get the edge between 2 nodes. If either node does not exist or there is no edge exists between them then the method returns null. @param fromID ID for the from node @param toID ID for the to node @return the edge or null if it doesn't exist

(int fromID, int toID)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

removeEdgeMethod · 0.95

Calls 2

getMethod · 0.45
toMethod · 0.45

Tested by

no test coverage detected