interface Attachable { void attach(Connector c); Vector2D getPosition(); Vector2D getSpeed(); }