package biduledres;

public abstract class Sommet implements SerialisableXML {
    abstract SommetConstruit getIsobarycentre(Sommet autreSommet);
}
