|
|
|
|
@ -0,0 +1,33 @@
|
|
|
|
|
package 挑战;
|
|
|
|
|
|
|
|
|
|
import 类间关系基础.Car;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 鍒堕€犵郴缁熺被锛氶《灞傜郴缁燂紝绠$悊姹借溅缁勮<EFBFBD>娴佺▼
|
|
|
|
|
* @author The Administrator
|
|
|
|
|
* @version 1.0
|
|
|
|
|
* @created 26-10月-2025 14:07:38
|
|
|
|
|
*/
|
|
|
|
|
class CarManufacturingSystem {
|
|
|
|
|
|
|
|
|
|
private CarAssemblyLine assemblyLine;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void finalize() throws Throwable {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* 缁勮<EFBFBD>绾匡紙鍒堕€犵郴缁熺殑瀛愮郴缁燂級 鏋勯€犳柟娉曪細鍒濆<EFBFBD>鍖栧埗閫犵郴缁燂紝鍖呭惈涓€鏉$粍瑁呯嚎
|
|
|
|
|
*/
|
|
|
|
|
public CarManufacturingSystem(){
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 鍒堕€犳苯杞︾殑鍏ュ彛鏂规硶
|
|
|
|
|
*/
|
|
|
|
|
public Car buildCar(){
|
|
|
|
|
return null;
|
|
|
|
|
}
|
|
|
|
|
}//end CarManufacturingSystem
|