abstract public class StationaryObstacle extends SimObject{	
	
	public void executeTurn() {
		//Does nothing
		;
	}

}