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.
54 lines
746 B
54 lines
746 B
package 进阶;
|
|
|
|
|
|
/**
|
|
* @author The Administrator
|
|
* @version 1.0
|
|
* @created 26-10月-2025 14:02:27
|
|
*/
|
|
class ElectronicSystem {
|
|
|
|
/**
|
|
* 缁勫悎鍏崇郴锛氱數瀛愮郴缁熸嫢鏈堿BS
|
|
*/
|
|
private ABS abs;
|
|
/**
|
|
* 缁勫悎鍏崇郴锛氱數瀛愮郴缁熸嫢鏈塃CU
|
|
*/
|
|
private ECU ecu;
|
|
|
|
|
|
|
|
public void finalize() throws Throwable {
|
|
|
|
}
|
|
public ElectronicSystem(){
|
|
|
|
}
|
|
|
|
/**
|
|
* 鎺у埗杞﹁締瀛愮郴缁熷崗鍚屽伐浣?
|
|
*/
|
|
public void control(){
|
|
|
|
}
|
|
|
|
public ElectronicSystem getElectronicSystem(){
|
|
return null;
|
|
}
|
|
|
|
public Engine getEngine(){
|
|
return null;
|
|
}
|
|
|
|
public Transmission getTransmission(){
|
|
return null;
|
|
}
|
|
|
|
/**
|
|
* 鐩戞帶杞﹁締鍚勭郴缁熺姸鎬?
|
|
*/
|
|
public void monitor(){
|
|
|
|
}
|
|
}//end ElectronicSystem
|