//This file generated automatically from the MARIUS LP system, please do not edit.

public class IntelFactory implements HardwareFactoryIF {

public CPU createCPU() { return new Intel(); }
public DiscoDuro createDiscoDuro() { return new Seagate(); }

} //End of class IntelFactory
