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

public interface HardwareFactoryIF {

public final static IntelFactory INTEL = new IntelFactory();
public final static SUNFactory SUN = new SUNFactory();
public CPU createCPU();
public DiscoDuro createDiscoDuro();

} //End of class HardwareFactoryIF
