CloudSim::addEntity does not raise an error when an entity with a duplicate name is inserted (the previous dictionary entry is simply replaced), making the previous entity unreachable by name (though still retrievable by ID).
Should an exception be raised? Or is documenting this edge case enough?