public class BusStop { BusStop(MyVector waiting) { this.waiting=waiting; } public MyVector waiting; }