You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.0 KiB

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

package ½ø½×;
/**
* @author The Administrator
* @version 1.0
* @created 26-10ÔÂ-2025 14:02:27
*/
class Wheel {
/**
* ç´å¾„(cmï¼?
*/
private double diameter;
/**
* 是å<C2AF>¦ä¸ºé©±åŠ¨è½®
*/
private boolean isDriven;
/**
* 是å<C2AF>¦ä¸ºè½¬å<C2AC>è½®
*/
private boolean isSteerable;
/**
* è½®æ¯æ<E2809A><C3A6>质(å¦"é“<C3A9>å<EFBFBD>ˆé‡?ï¼?
*/
private String material;
/**
* 胎åŽï¼ˆkPaï¼?
*/
private double pressure;
/**
* 轮胎类型(如"防爆��
*/
private String tireType;
/**
* 磨æ<C2A8>Ÿç¨åº¦ï¼?-100ï¼?
*/
private int wearLevel;
/**
* 宽度(mm�
*/
private double width;
public Wheel(){
}
public void finalize() throws Throwable {
}
/**
* æž„é€ æ¹æ³•(åˆ<C3A5>å§åŒæ ¸å¿ƒå±žæ€§ï¼‰
*
* @param diameter
* @param width
* @param tireType
* @param material
* @param isDriven
* @param isSteerable
*/
public Wheel(double diameter, double width, String tireType, String material, boolean isDriven, boolean isSteerable){
}
}//end Wheel