/** * @param isElevator the isElevator to set */ public void setElevator(bool isElevator) { this._isElevator = isElevator; if (origin != null && destination != null) { origin.setIsElevatorEndpoint(isElevator); destination.setIsElevatorEndpoint(isElevator); } }