Get the cost of traversing an edge between 2 nodes. If either node does not exist or there is no edge exists between them then the method returns a value <0. @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)