JBotSim
JBotSim copied to clipboard
Node.compareTo should not be dependent of Node.toString
Node.compareTo currently uses a comparison between the Nodes' toString().
Instead, we expect the comparison to be done solely on the Nodes' identifiers (Node.getID()).