/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package classification;

import java.util.LinkedList;

/**
 *
 * @author MAISON XP
 */
public class test {
        double Dist;
 String et;
public String toString() {
return ("nom du fichier:"+et+"Distance:"+Dist+"\n");
   }
}
