Implement the person comparator :
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 15 Jan 2019 11:24:06 +0000 (12:24 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 15 Jan 2019 11:24:06 +0000 (12:24 +0100)
commit5687dc10a68b52d28b63151d8c16a45775ef2e77
tree335c2b9efce4cde96139d212870b1e39b574934b
parent9b3bfcdd95253a04ed12a676ee29a9d777c1e496
Implement the person comparator :

* Add a distance attribute in the Person class;
* Add helper function to compute the distance from a reference person;
* Display the person (text only for now) in the GUI.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/Eye.java
src/Firstname.java
src/Main.java
src/Origin.java
src/Person.java
src/PersonView.java
src/Size.java
src/SizeView.java
src/Utils.java [moved from src/LevenshteinDistance.java with 54% similarity]
src/Weight.java