public String getNom() {
return nom;
}
public void init(PointEntree entree){
this.position = new Position(entree);
this.position.getCourbeCourante().getAbonnes().add(this);
this.choisirUneCourbe(position.getCourbeCourante().getSortie());
position.recupererPosition(positionAvant, angle);
this.carrosserie.add(new Point(-longueur/2, largeur/2));